mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
ENH: new printer layout
Change-Id: I8acc59b2446a13c8f7fe3a6bdf090f39d4896b1f Jira: STUDIO-8859 (cherry picked from commit d723fa714f34d572052b5cae0847472529f2c62f)
This commit is contained in:
@@ -42,7 +42,7 @@ ComboBox::ComboBox(wxWindow *parent,
|
||||
: drop(items)
|
||||
{
|
||||
if ((style & wxALIGN_MASK) == 0 && (style & wxCB_READONLY))
|
||||
style |= wxALIGN_CENTER_HORIZONTAL;
|
||||
style |= wxALIGN_RIGHT;
|
||||
text_off = style & CB_NO_TEXT;
|
||||
TextInput::Create(parent, "", value, (style & CB_NO_DROP_ICON) ? "" : "drop_down", pos, size,
|
||||
style | wxTE_PROCESS_ENTER);
|
||||
|
||||
Reference in New Issue
Block a user