Skip to content

Fix ambiguous call for msvc

Ömer Fadıl Usta requested to merge usta_make_msvc_happy into master

MovementWidget's constructor might be both whenever we give their possible init values. On Gcc side it wasnt a big deal to select which of them selectted but on MSVC it was ambiguous.

Merge request reports