1
0
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:
Miciah Dashiel Butler Masters 2008-01-03 06:41:15 +00:00
parent 0d001a88b7
commit bbd4464f88

View File

@ -117,7 +117,6 @@ update_status(void)
#ifdef CONFIG_LEDS
if (status->show_leds != show_leds) {
status->show_leds = show_leds;
dirty = 1;
}
#endif