mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
* [AssetBrowser] BugFix: Allow the asset browser tree view to use a horizontal scroll bar where necessary.
This commit is contained in:
parent
14ebeaf3eb
commit
edf9afbd9b
|
|
@ -518,9 +518,9 @@ $guiContent = new GuiControl(AssetBrowser) {
|
|||
|
||||
new GuiScrollCtrl() {
|
||||
willFirstRespond = "1";
|
||||
hScrollBar = "alwaysOff";
|
||||
hScrollBar = "dynamic";
|
||||
vScrollBar = "dynamic";
|
||||
lockHorizScroll = "1";
|
||||
lockHorizScroll = "0";
|
||||
lockVertScroll = "0";
|
||||
constantThumbHeight = "0";
|
||||
childMargin = "0 0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue