Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
69b1278c
Commit
69b1278c
authored
May 19, 2006
by
Hisham Muhammad
Browse files
Fix: request save of config file when changing colors.
parent
7fe0c2b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ColorsListBox.c
View file @
69b1278c
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment