diff --git a/ColorsListBox.c b/ColorsListBox.c index cf9eb7b2..b47a398a 100644 --- a/ColorsListBox.c +++ b/ColorsListBox.c @@ -85,6 +85,7 @@ HandlerResult ColorsListBox_EventHandler(ListBox* super, int ch) { } if (result == HANDLED) { + this->settings->changed = true; Header* header = this->settings->header; CRT_setColors(mark); ListBox* lbMenu = (ListBox*) TypedVector_get(this->scr->items, 0);