mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
Revert "Fix float number not working properly for option min/max" (#11794)
Revert "Fix float number not working properly for option min/max (#11211)"
This reverts commit 69861b57f9.
This commit is contained in:
committed by
GitHub
parent
69861b57f9
commit
263b592885
@@ -78,9 +78,6 @@ public:
|
||||
|
||||
void SetRange(int min, int max);
|
||||
|
||||
int GetMin() const { return this->min; }
|
||||
int GetMax() const { return this->max; }
|
||||
|
||||
protected:
|
||||
void DoSetToolTipText(wxString const &tip) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user