Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
4.6.0, 4.6.1, 4.6.2, 4.6.3
-
None
-
Windows 7 x86, Visual Studio 2008 Sp1
Description
There is QGroupBox border bug on Windows with Aero theme enabled when I use this code:
setAttribute(Qt::WA_TranslucentBackground,true);
setWindowFlags(Qt::FramelessWindowHint);
This bug is only on Qt versions 4.6.x
there is no bug on previous versions 4.5.x