Gems/LyShine

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 17:59:06 -07:00
parent 794d656c66
commit 3c56faceb4
20 changed files with 14 additions and 47 deletions
+1 -1
View File
@@ -704,7 +704,7 @@ void EditorWindow::AddMenu_View()
action->setEnabled(canvasLoaded);
QObject::connect(action,
&QAction::triggered,
[this]([[maybe_unused]] bool checked)
[]([[maybe_unused]] bool checked)
{
gEnv->pCryFont->ReloadAllFonts();
});