mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
hide bed type for 3rd party printer
This commit is contained in:
parent
dd77599dea
commit
48e5d3d3c1
4 changed files with 28 additions and 0 deletions
|
@ -73,6 +73,12 @@ void ComboBox::SetSelection(int n)
|
|||
SetIcon(icons[drop.selection]);
|
||||
}
|
||||
|
||||
void ComboBox::SelectAndNotify(int n) {
|
||||
SetSelection(n);
|
||||
sendComboBoxEvent();
|
||||
}
|
||||
|
||||
|
||||
void ComboBox::Rescale()
|
||||
{
|
||||
TextInput::Rescale();
|
||||
|
|
|
@ -43,6 +43,8 @@ public:
|
|||
|
||||
void SetSelection(int n) override;
|
||||
|
||||
void SelectAndNotify(int n);
|
||||
|
||||
virtual void Rescale() override;
|
||||
|
||||
wxString GetValue() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue