ColorDialog seems broken on Linux
Solved
QML and Qt Quick
-
I have been using the ColorDialog (Qt.labs.platform) in QML for a while. I has been working fine on Linux and Android. But it stopped working on Linux for some reason. I recently installed Qt 6.4.3 (before I was using Qt 6.4.2). I don't know if that update broke it, or whether some update on my Linux box did.
When I open a ColorDialog, then no window pops up. In the application icon on my desktop I can see that a new window has been created though (it shows a second dot). If I randomly click on other windows and/or the desktop background then after a few clicks the ColorDialog pops up???
On Android it still works fine.
Any idea what's wrong?
-