This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
BansheeEngine
mirror of
https://github.com/larioteo/BansheeEngine.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Bugfix: Toggling between docked windows now works again
BearishSun
6 years ago
parent
66bec15477
commit
555fbe570e
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
Source/EditorCore/GUI/BsGUITabButton.cpp
+ 1
- 1
Source/EditorCore/GUI/BsGUITabButton.cpp
View File
@@ -151,7 +151,7 @@ namespace bs
onClick();
onClick();
if (!mIsToggled)
if (!mIsToggled)
- toggleOn();
+
_
toggleOn(
true
);
}
}
}
}