Fix default for prefab canvas size index being 0 instead of -1.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace FlaxEditor.Viewport
|
|||||||
private PrefabUIEditorRoot _uiRoot;
|
private PrefabUIEditorRoot _uiRoot;
|
||||||
private bool _showUI = false;
|
private bool _showUI = false;
|
||||||
|
|
||||||
private int _defaultScaleActiveIndex = 0;
|
private int _defaultScaleActiveIndex = -1;
|
||||||
private int _customScaleActiveIndex = -1;
|
private int _customScaleActiveIndex = -1;
|
||||||
private ContextMenuButton _uiModeButton;
|
private ContextMenuButton _uiModeButton;
|
||||||
private ContextMenuChildMenu _uiViewOptions;
|
private ContextMenuChildMenu _uiViewOptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user