mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
fixes snap-to-terrain toggle not displaying it's initially saved-off state.
This commit is contained in:
parent
ebdd441833
commit
5e6826d9bd
|
|
@ -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…
Reference in a new issue