mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
fixes snap-to-terrain toggle not displaying it's initially saved-off state.
This commit is contained in:
parent
ebdd441833
commit
5e6826d9bd
1 changed files with 1 additions and 0 deletions
|
|
@ -2050,6 +2050,7 @@ function EWorldEditor::syncGui( %this )
|
|||
EWorldEditorToolbar-->renderHandleBtn.setStateOn( EWorldEditor.renderObjHandle );
|
||||
EWorldEditorToolbar-->renderTextBtn.setStateOn( EWorldEditor.renderObjText );
|
||||
|
||||
EWorldEditorToolbar-->objectSnapDownBtn.setStateOn( %this.stickToGround );
|
||||
SnapToBar-->objectSnapBtn.setStateOn( EWorldEditor.getSoftSnap() );
|
||||
EWorldEditorToolbar-->softSnapSizeTextEdit.setText( EWorldEditor.getSoftSnapSize() );
|
||||
ESnapOptions-->SnapSize.setText( EWorldEditor.getSoftSnapSize() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue