hide bed type for 3rd party printer

This commit is contained in:
SoftFever
2022-10-25 09:10:09 +08:00
parent dd77599dea
commit 48e5d3d3c1
4 changed files with 28 additions and 0 deletions
+6
View File
@@ -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();
+2
View File
@@ -43,6 +43,8 @@ public:
void SetSelection(int n) override;
void SelectAndNotify(int n);
virtual void Rescale() override;
wxString GetValue() const;