fixed gcc compilation issue

This commit is contained in:
itsmattkc
2020-02-01 21:27:06 +11:00
parent 17c1493aa7
commit 4213209727
@@ -376,7 +376,7 @@ void NodeParamViewWidgetBridge::WidgetCallback()
// Widget is a IntegerSlider
IntegerSlider* slider = static_cast<IntegerSlider*>(sender());
ProcessSlider(slider, slider->GetValue());
ProcessSlider(slider, QVariant::fromValue(slider->GetValue()));
break;
}
case NodeParam::kFloat: