paint: ui tweaks

This commit is contained in:
luboslenco
2026-06-12 18:27:17 +02:00
parent dd2123d6c9
commit c2173f5ea5
8 changed files with 13 additions and 27 deletions
+1 -2
View File
@@ -325,8 +325,7 @@ void box_preferences_theme_tab() {
g_ui->changed = false;
if (string_equals(key, "FILL_WINDOW_BG") || string_equals(key, "FILL_BUTTON_BG") || string_equals(key, "FULL_TABS") ||
string_equals(key, "ROUND_CORNERS") || string_equals(key, "SHADOWS")) {
if (string_equals(key, "FILL_BUTTON_BG") || string_equals(key, "FULL_TABS") || string_equals(key, "SHADOWS")) {
h->b = val > 0;
bool b = ui_check(h, key, "");
*(u32_theme + i) = b;