mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Follow-up of 60b5e0d0d5 - Apply the change only on Windows
This commit is contained in:
@@ -383,7 +383,9 @@ void create_combochecklist(wxComboCtrl* comboCtrl, const std::string& text, cons
|
|||||||
|
|
||||||
// the following line messes up the popup size the first time it is shown on wxWidgets 3.1.3
|
// the following line messes up the popup size the first time it is shown on wxWidgets 3.1.3
|
||||||
// comboCtrl->EnablePopupAnimation(false);
|
// comboCtrl->EnablePopupAnimation(false);
|
||||||
|
#ifdef _WIN32
|
||||||
popup->SetFont(comboCtrl->GetFont());
|
popup->SetFont(comboCtrl->GetFont());
|
||||||
|
#endif // _WIN32
|
||||||
comboCtrl->SetPopupControl(popup);
|
comboCtrl->SetPopupControl(popup);
|
||||||
wxString title = from_u8(text);
|
wxString title = from_u8(text);
|
||||||
max_width = std::max(max_width, 60 + comboCtrl->GetTextExtent(title).x);
|
max_width = std::max(max_width, 60 + comboCtrl->GetTextExtent(title).x);
|
||||||
|
|||||||
Reference in New Issue
Block a user