mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Some reverts for commit 4cd4d2c8b5
This commit is contained in:
parent
fbda7be89d
commit
2d1c554758
3 changed files with 2 additions and 7 deletions
|
@ -735,9 +735,6 @@ void Tab::update_mode()
|
|||
|
||||
void Tab::update_visibility()
|
||||
{
|
||||
if (m_mode == comUndef) // if mode isn't set for this moment
|
||||
m_mode = wxGetApp().get_mode();
|
||||
|
||||
Freeze(); // There is needed Freeze/Thaw to avoid a flashing after Show/Layout
|
||||
|
||||
for (auto page : m_pages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue