diff -r 9bb6a17305ad -r c414924a647c src/file.cpp --- a/src/file.cpp Sat May 11 04:02:13 2013 +0300 +++ b/src/file.cpp Sun May 12 20:21:44 2013 +0300 @@ -284,7 +284,7 @@ g_loadedFiles.clear(); g_curfile = NULL; - g_win->refresh (); + g_win->fullRefresh (); } // ============================================================================= @@ -300,7 +300,7 @@ g_curfile = f; g_BBox.calculate(); - g_win->refresh (); + g_win->fullRefresh (); } // ============================================================================= @@ -362,7 +362,7 @@ g_BBox.calculate(); // Rebuild the object tree view now. - g_win->refresh (); + g_win->fullRefresh (); g_win->setTitle (); g_win->R ()->resetAngles ();