OSX specific : Set top border for the mode buttons, when settings pages has new layouts
(when tabs bar is hidden) + Code cleaning for OG_CustomCtrl (delete unused input parameter from the draw_blinking_bmp())
This commit is contained in:
parent
1492bc9cd5
commit
8448d1a1dc
7 changed files with 28 additions and 3 deletions
src/slic3r/GUI
|
@ -429,6 +429,10 @@ void MainFrame::update_layout()
|
|||
// m_tabpanel->SetMinSize(size);
|
||||
// }
|
||||
//#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
m_plater->sidebar().change_top_border_for_mode_sizer(m_layout != ESettingsLayout::Old);
|
||||
#endif
|
||||
|
||||
Layout();
|
||||
Thaw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue