Refactor panel refresh; new debug option debug_frames

This commit is contained in:
o9000
2017-03-04 12:19:35 +01:00
parent cb72aa7996
commit d7f294d7c2
14 changed files with 93 additions and 64 deletions

View File

@@ -135,7 +135,7 @@ gboolean resize_separator(void *obj)
}
schedule_redraw(&separator->area);
panel_refresh = TRUE;
schedule_panel_redraw();
return TRUE;
}