Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.3
-
None
Description
QToolbutton with popup mode QToolButton::InstantPopup and a stylesshet have 2 arrows.
The normal arrow, and a big arrow drown in the center of the button
It's the same problem of QTBUG-98286. Perhaps the patch done to correct this bug have introduce this one.
QToolbutton with QToolButton::MenuButtonPopup also have the problem + the menu part seems always highlighted
with stylesheet: — without:
qApp->setStyleSheet("QMenu::item:selected { color: white; }"); QToolButton* tb = new QToolButton; QMenu* mnu = new QMenu(tb); tb->setMenu(mnu); tb->setPopupMode(QToolButton::InstantPopup); tb->show();
Attachments
Issue Links
- duplicates
-
QTBUG-100109 QToolButton "doubles" the arrow
- Closed
- relates to
-
QTBUG-100433 Regression in 6.2.3 with stylesheets and button rendering
- Closed