mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue