mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00: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_limit = max_changed + 1;
|
||||
term_invalidate(term);
|
||||
term_schedule_update(term);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user