mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Updated PrusaDoubleSlider icons
This commit is contained in:
parent
b1d418a799
commit
7fd7d83470
10 changed files with 19 additions and 3 deletions
|
@ -750,8 +750,12 @@ unsigned int PrusaObjectDataViewModel::GetChildren(const wxDataViewItem &parent,
|
|||
return count;
|
||||
}
|
||||
|
||||
// ************************************** EXPERIMENTS ***************************************
|
||||
PrusaDoubleSlider::PrusaDoubleSlider( wxWindow *parent,
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// PrusaDoubleSlider
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
PrusaDoubleSlider::PrusaDoubleSlider(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
int lowerValue,
|
||||
int higherValue,
|
||||
|
@ -1449,5 +1453,9 @@ void PrusaLockButton::enter_button(const bool enter)
|
|||
Update();
|
||||
}
|
||||
|
||||
// ************************************** EXPERIMENTS ***************************************
|
||||
|
||||
// *****************************************************************************
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue