mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Tools GuiProfile Separation.
This effectively duplicates (where necessary) and moves tools specific GuiProfiles out of the core and into the tools. This will allow future modifications to either the game guis or tools guis that use these profiles to not conflict with each other.
This commit is contained in:
parent
17c750b19a
commit
ceff8d72e0
375 changed files with 8124 additions and 8134 deletions
|
|
@ -46,7 +46,7 @@ function GuiSwatchButtonCtrl::onMouseDragged( %this )
|
|||
%ctrl = new GuiDragAndDropControl()
|
||||
{
|
||||
canSaveDynamicFields = "0";
|
||||
Profile = "GuiSolidDefaultProfile";
|
||||
Profile = "ToolsGuiSolidDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
Position = %xPos SPC %yPos;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue