mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* let the cleanlook style show the check mark. It normally ignores it for comboboxes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23474 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6da3d44268
commit
2280e16db4
@ -260,7 +260,7 @@ public:
|
||||
QString text = underlineFilter(opt.text);
|
||||
opt.text = QString();
|
||||
painter->eraseRect(option.rect);
|
||||
combo->style()->drawControl(QStyle::CE_MenuItem, &opt, painter, combo);
|
||||
combo->style()->drawControl(QStyle::CE_MenuItem, &opt, painter, combo->view());
|
||||
painter->restore();
|
||||
|
||||
// Draw the rich text.
|
||||
|
Loading…
Reference in New Issue
Block a user