Add not closing some cm buttons

This commit is contained in:
Chandler Cox
2023-08-19 14:30:08 -05:00
parent 122524bd19
commit 1286a29462
7 changed files with 18 additions and 0 deletions

View File

@@ -479,6 +479,7 @@ namespace FlaxEditor.Viewport
{
InitFpsCounter();
_showFpsButon = ViewWidgetShowMenu.AddButton("FPS Counter", () => ShowFpsCounter = !ShowFpsCounter);
_showFpsButon.CloseMenuOnClick = false;
}
}