https://bugs.kde.org/show_bug.cgi?id=518089
Bug ID: 518089
Summary: Current day indicator in QDateEdit not rendered
correctly
Classification: Plasma
Product: Breeze
Version First master
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: QStyle
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
Consider the following code:
-----------------------------------
#include <QApplication>
#include <QDateEdit>
int main(int argc, char**argv){
QApplication app(argc, argv);
auto edit = new QDateEdit;
edit->setCalendarPopup(true);
edit->show();
return app.exec();
}
-----------------------------------
When clicking on the element a popup opens that allows to select a day. The
indicator for the currently selected day doesn't appear with Breeze master. It
works correctly in 6.6
--
You are receiving this mail because:
You are watching all bug changes.