mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fixed style for floating QDockWidgets
This commit is contained in:
@@ -217,8 +217,8 @@ namespace BlackGui
|
||||
|
||||
void CInfoArea::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
Q_UNUSED(event);
|
||||
CStyleSheetUtility::useStyleSheetInDerivedWidget(this);
|
||||
CStyleSheetUtility::useStyleSheetInDerivedWidget(this, QStyle::PE_FrameWindow);
|
||||
QMainWindow::paintEvent(event);
|
||||
}
|
||||
|
||||
void CInfoArea::keyPressEvent(QKeyEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user