diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-04-27 11:26:42 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-04-27 11:30:51 (GMT) |
commit | 4580c2e9c2bbcb911f9e1cecd4551054598d256d (patch) | |
tree | b38eb05baac4864e309921b843b8246ffd4ab087 /src/sql | |
parent | 9cea45515ef283c9a870c6f515da50d31addafcf (diff) | |
download | Qt-4580c2e9c2bbcb911f9e1cecd4551054598d256d.zip Qt-4580c2e9c2bbcb911f9e1cecd4551054598d256d.tar.gz Qt-4580c2e9c2bbcb911f9e1cecd4551054598d256d.tar.bz2 |
QTabWidget documentMode not working correctly on Mac
This feature was implemented in Carbon and was never ported to Cocoa.
The major problem is the fact that Cocoa draws a line under the titlebar,
regardless of what we say. The only way to avoid drawing that line is
by adding a native toolbar and ask it not to draw its baseline. If there
is not toolbar, as it happens in this case, there is no way to prevent
that line from being drawn. So instead we paint over that line and hope
for the best.
Task-number: QTBUG-8159
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'src/sql')
0 files changed, 0 insertions, 0 deletions