Регрессия. Артефакты слияния

This commit is contained in:
sasha80
2026-01-19 13:05:14 +03:00
parent a074ab1b1e
commit f87cb28e9b

View File

@@ -162,10 +162,10 @@ func apply_colors():
var style = StyleBoxFlat.new()
if is_light:
style.bg_color = Color.DARK_GRAY
add_theme_stylebox_override("panel", style)
add_theme_stylebox_override('panel', style)
else:
style.bg_color = Color(0.12, 0.12, 0.12)
add_theme_stylebox_override("panel", style)
add_theme_stylebox_override('panel', style)
## Обработчик сигнала изменения списка целей.