mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Remove a futile term_schedule_update().
term_invalidate() already implies it. (The extra call was harmless.)
This commit is contained in:
parent
5677da6481
commit
6d05e20a0e
@ -1865,7 +1865,6 @@ static void palette_rebuild(Terminal *term)
|
|||||||
term->win_palette_pending_min = min_changed;
|
term->win_palette_pending_min = min_changed;
|
||||||
term->win_palette_pending_limit = max_changed + 1;
|
term->win_palette_pending_limit = max_changed + 1;
|
||||||
term_invalidate(term);
|
term_invalidate(term);
|
||||||
term_schedule_update(term);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user