ObjEditor.java
.. .. @@ -563,7 +563,7 @@ 563 563 // } 564 564 cameraView.transformMode = objectTabbedPane.getSelectedIndex() == transformTabIndex; 565 565 566 - if (copy.selection.size() == 1)566 + if (copy.selection.size() == 1 && objectTabbedPane.getSelectedIndex() > 1) // Not backgrounds and objects567 567 { 568 568 copy.selection.get(0).tabIndex = objectTabbedPane.getSelectedIndex() + 1; 569 569 }