diff -r 8b994c917f69 -r b7b29cb82360 widgets/multiplyfactordialog.h --- a/widgets/multiplyfactordialog.h Wed Jun 22 21:42:10 2022 +0300 +++ b/widgets/multiplyfactordialog.h Wed Jun 22 21:46:38 2022 +0300 @@ -18,5 +18,5 @@ Q_SLOT void updatePreview(); std::unique_ptr ui; const glm::vec3 baseVector; - Vec3Editor preview; + VectorInput preview; };