mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #680, now display CDockWidget context menus in views/info area
This commit is contained in:
@@ -241,7 +241,7 @@ namespace BlackGui
|
||||
|
||||
void CDockWidget::toggleFloating()
|
||||
{
|
||||
bool floating = !this->isFloating();
|
||||
const bool floating = !this->isFloating();
|
||||
if (!floating) { this->setFrameless(false); }
|
||||
this->setFloating(floating);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user