Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.6, 5.9, 5.12, 5.13
-
None
Description
#include <QApplication> #include <QDoubleSpinBox> int main(int argc, char **argv) { QApplication app(argc, argv); QDoubleSpinBox spinBox; spinBox.show(); return QApplication::exec(); }
Run this application and change the decimal separator using the Control Panel. It is expected that the spin box text will change but it doesn't.
With Qt 4.8 it does change because the notification — WM_SETTINGCHANGE with null wParam and 'intl' lParam — is handled here; I don't see anything similar in Qt 5 code.
Attachments
Issue Links
- relates to
-
QTBUG-66202 Windows: Screen change not detected when there is no window
-
- Reported
-