Merge pull request #1320 from Azaezel/alpha41/snapsync

snap syncing
This commit is contained in:
Brian Roberts 2024-09-23 08:34:34 -05:00 committed by GitHub
commit a132d73595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 8 deletions

View file

@ -1019,6 +1019,10 @@ function WorldEditorPlugin::onActivated( %this )
ETransformSelection.setVisible(true);
}
EWorldEditor.UseGridSnap = EditorSettings.value("WorldEditor/Tools/UseGridSnap");
ESnapOptions-->GridSnapButton.setStateOn( EWorldEditor.UseGridSnap );
SnapToBar-->objectGridSnapBtn.setStateOn( EWorldEditor.UseGridSnap );
Parent::onActivated(%this);
}