Merge pull request #2000 from saxonschmauderer/patch-3

Fix for bug #1975
This commit is contained in:
Areloch 2019-03-31 14:45:15 -05:00 committed by GitHub
commit 852f82b8a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1872,6 +1872,7 @@ function Editor::open(%this)
%this.editorEnabled();
Canvas.setContent(EditorGui);
$isFirstPersonVar = true;
EditorGui.syncCameraGui();
}
@ -2633,4 +2634,4 @@ function EditorDropdownSliderContainer::onMouseDown(%this)
function EditorDropdownSliderContainer::onRightMouseDown(%this)
{
Canvas.popDialog(%this);
}
}