mirror of https://github.com/xzeldon/htop.git
Fix: request save of config file when changing colors.
This commit is contained in:
parent
7fe0c2b33d
commit
69b1278c59
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue