mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Minor dock widget related tweaks
This commit is contained in:
committed by
Mat Sutcliffe
parent
a85ff063aa
commit
28d9e98e38
@@ -401,7 +401,6 @@ namespace BlackGui
|
||||
}
|
||||
if (m_saveMainWidgetState && !this->isSet(m_cmdWindowSizeReset))
|
||||
{
|
||||
|
||||
const Qt::KeyboardModifiers km = QGuiApplication::queryKeyboardModifiers();
|
||||
const bool shiftAlt = km.testFlag(Qt::ShiftModifier) && km.testFlag(Qt::AltModifier);
|
||||
if (!shiftAlt) { this->restoreWindowGeometryAndState(); }
|
||||
|
||||
Reference in New Issue
Block a user