forked from qt-creator/qt-creator
Make the panel action sunken when panel is open
This commit is contained in:
@@ -106,7 +106,7 @@ void FancyToolButton::paintEvent(QPaintEvent *event)
|
||||
painter.restore();
|
||||
|
||||
} else
|
||||
#endif
|
||||
#endif
|
||||
if (isDown() || isChecked()) {
|
||||
painter.save();
|
||||
QLinearGradient grad(rect().topLeft(), rect().topRight());
|
||||
|
||||
Reference in New Issue
Block a user