Show No Graph, or No Graphs On messages centered, since there is no cube

This commit is contained in:
Mark Watkins 2014-05-08 15:02:03 +10:00
parent ba1cc81701
commit 484d6ae6c7

View File

@ -1305,7 +1305,8 @@ void gGraphView::paintGL()
redrawtimer->stop();
}
bool render_cube = PROFILE.appearance->animations(); // do something to
bool render_cube = false; //PROFILE.appearance->animations(); // do something to
if (width() <= 0) { return; }
if (height() <= 0) { return; }