mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Fix: redraw_after_callback should force flush
This commit is contained in:
@@ -476,6 +476,10 @@ redraw_after_callback(int call_update_screen)
|
||||
else
|
||||
#endif
|
||||
out_flush();
|
||||
#ifdef FEAT_GUI_MACVIM
|
||||
if (gui.in_use)
|
||||
gui_macvim_force_flush();
|
||||
#endif
|
||||
|
||||
--redrawing_for_callback;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user