fix for own error in r37542

This commit is contained in:
Campbell Barton 2011-06-16 07:02:33 +00:00
parent 0a998decb6
commit 4a5a9dc71c

@ -1000,7 +1000,7 @@ static void ui_is_but_sel(uiBut *but, double *value)
case BUT_TOGDUAL:
case ICONTOG:
case OPTION:
UI_GET_BUT_VALUE_INIT(but, *value)
if(*value != (double)but->hardmin) push= 1;
break;
case ICONTOGN: