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

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