FIX: [STUDIO-2679] Hide extra icons
Change-Id: Ib5c1399b837c66ef1540393672a31a2e14635ac8
This commit is contained in:
parent
fd1955811e
commit
42bcec8101
|
@ -736,6 +736,9 @@ PlaterPresetComboBox::PlaterPresetComboBox(wxWindow *parent, Preset::Type preset
|
||||||
else
|
else
|
||||||
switch_to_tab();
|
switch_to_tab();
|
||||||
});
|
});
|
||||||
|
#ifdef __linux__
|
||||||
|
edit_btn->Hide();
|
||||||
|
#endif //__linux__
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue