mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -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
|
#ifdef CONFIG_LEDS
|
||||||
if (status->show_leds != show_leds) {
|
if (status->show_leds != show_leds) {
|
||||||
status->show_leds = show_leds;
|
status->show_leds = show_leds;
|
||||||
dirty = 1;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user