Browse Source

Bugfix: Toggling between docked windows now works again

BearishSun 6 years ago
parent
commit
555fbe570e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/EditorCore/GUI/BsGUITabButton.cpp

+ 1 - 1
Source/EditorCore/GUI/BsGUITabButton.cpp

@@ -151,7 +151,7 @@ namespace bs
 						onClick();
 
 					if (!mIsToggled)
-						toggleOn();
+						_toggleOn(true);
 				}
 			}