Fixed graphical level values to set defaultAnisotropy instead of vsync

Forced update of cursor position when using keyboard/mouse on options menu when changing an option to re-establish focus after refresh
Updated missed bitmap field on GuiPopupMenuItemBorder to use assetId
Made folders display before other preview entries in the AB for ease of navigation
Fixed issue where when re-opening the AB the path would reset, especially with select mode
Fixed issue when generating previews for materials, terrain materials and shapes where the very first time the preview generated it wouldn't map correctly
Cleaned up some old commented code blocks
Added text to the Open menubar entry in the GUIEditor to indicate it opens files specifically to add clarity
This commit is contained in:
JeffR 2022-05-11 00:58:14 -05:00
parent fea5f325ea
commit 8aed00ec4d
9 changed files with 59 additions and 127 deletions

View file

@ -348,7 +348,7 @@ new GuiControlProfile( GuiPopupMenuItemBorder : GuiButtonProfile )
fixedExtent = false;
justify = "center";
canKeyFocus = false;
bitmap = "data/ui/images/button";
bitmapAsset = "UI:menubutton_image";
category = "Core";
};