mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
update_status: Do not set the dirty flag just for toggling the LED panel
Do not redraw the document when toggling whether the LED panel is displayed.
This commit is contained in:
parent
0d001a88b7
commit
bbd4464f88
@ -117,7 +117,6 @@ update_status(void)
|
||||
#ifdef CONFIG_LEDS
|
||||
if (status->show_leds != show_leds) {
|
||||
status->show_leds = show_leds;
|
||||
dirty = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user