Removed redundant line of code

This commit is contained in:
enricoturri1966 2022-03-17 15:29:18 +01:00
parent fb22612d0d
commit 493050a279

View File

@ -1040,7 +1040,6 @@ void Preview::load_print_as_sla()
if (IsShown()) {
m_canvas->load_sla_preview();
m_left_sizer->Hide(m_bottom_toolbar_panel);
m_left_sizer->Hide(m_bottom_toolbar_panel);
m_left_sizer->Layout();
Refresh();