Fixed some CM buttons that shouldnt close when clicked.

This commit is contained in:
Chandler Cox
2022-12-23 11:08:14 -06:00
parent 5a50656249
commit fc0befd773
4 changed files with 4 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ namespace FlaxEditor.Windows
showFileExtensionsButton.AutoCheck = true;
var viewScale = menu.AddButton("View Scale");
viewScale.CloseMenuOnClick = false;
var scaleValue = new FloatValueBox(1, 75, 2, 50.0f, 0.3f, 3.0f, 0.01f)
{
Parent = viewScale