mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 22:12:47 -05:00
Remove a futile term_schedule_update().
term_invalidate() already implies it. (The extra call was harmless.)
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user