1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Fixed the localized PrusaSlicer change log link.

Fixed a typo in the code.
This commit is contained in:
bubnikv
2019-05-20 15:32:43 +02:00
parent 8eb31e6d8d
commit 8f72a0cad8
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ void SpinCtrl::BUILD() {
long value;
const bool parsed = e.GetString().ToLong(&value);
tmp_value = parsed && value >= INT_MIN && <= INT_MAX ? (int)value : UNDEF_VALUE;
tmp_value = parsed && value >= INT_MIN && value <= INT_MAX ? (int)value : UNDEF_VALUE;
#ifdef __WXOSX__
// Forcibly set the input value for SpinControl, since the value