On Mon, Mar 09, 2009 at 10:10:57PM +0100, Vincent van Ravesteijn wrote: > I've seen another difference caused by QT4.5, which is that there is a > black box around the WorkArea. > > I don't really like it, but when I looked into the code I saw that it is > by design (probably not revealed previously as a result of another bug > in Qt4.4). > > #ifdef Q_WS_MACX > setFrameStyle(QFrame::NoFrame); > #else > setFrameStyle(QFrame::Box); > #endif > > Anyway, do we want the black box or not ?
I don't like it. Andre'