parent
e813a562a1
commit
a5b202aa1d
1 changed files with 3 additions and 3 deletions
|
@ -365,6 +365,9 @@ void Preview::load_print()
|
|||
|
||||
void Preview::reload_print(bool force, bool keep_volumes)
|
||||
{
|
||||
if (!IsShown() && !force)
|
||||
return;
|
||||
|
||||
if (!keep_volumes)
|
||||
{
|
||||
m_canvas->reset_volumes();
|
||||
|
@ -372,9 +375,6 @@ void Preview::reload_print(bool force, bool keep_volumes)
|
|||
m_loaded = false;
|
||||
}
|
||||
|
||||
if (!IsShown() && !force)
|
||||
return;
|
||||
|
||||
load_print();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue