mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +00:00
Show No Graph, or No Graphs On messages centered, since there is no cube
This commit is contained in:
parent
ba1cc81701
commit
484d6ae6c7
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user