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

@@ -121,6 +121,6 @@ gboolean resize_freespace(void *obj)
}
schedule_redraw(&freespace->area);
panel_refresh = TRUE;
schedule_panel_redraw();
return TRUE;
}