<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The KoItemToolTip class has a window flag set to Qt::Tool , but should be set to Qt::ToolTip. I don't know if this is intentional or not, but i think it should be set to  Qt::ToolTip. Is a tool tip widget right?<div><br></div><div>Anyway, when set to Qt::ToolTip, those tool tips with thumbnails and other info, become persistent on MacOS 10.7.3 and they don't go away. Besides, the menubar of the application disappear  </div><div>please look at this link</div><div><br></div><div><a href="http://i.imgur.com/F8mYT.png">http://i.imgur.com/F8mYT.png</a></div><div><br></div><div>I just made a minor change:</div><div><br></div><div><span class="Apple-style-span" style="font-family: helvetica, arial, freesans, clean, sans-serif; font-size: 11px; line-height: 14px; "><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; line-height: 1.4em; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; "><div class="line" id="LC1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1em; line-height: 1.4em; ">calligra-2.3.84/libs/main/KoItemToolTip.cpp </div><div class="line" id="LC2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1em; line-height: 1.4em; ">48c48</div><div class="line" id="LC3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1em; line-height: 1.4em; "><     setWindowFlags(Qt::FramelessWindowHint  | Qt::ToolTip</div><div class="line" id="LC4" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1em; line-height: 1.4em; ">---</div><div class="line" id="LC5" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1em; line-height: 1.4em; ">>     setWindowFlags(Qt::FramelessWindowHint  | Qt::Tool</div></pre></span><div><br></div></div><div><br></div><div>Now everything works like should be.</div><div><br></div><div>I Tried the Qt::WA_MacAlwaysShowToolWindow but i have compile errors. Maybe i don,t know ho to use i, but i still think that doesn't makes sense to use Qt::Tool.</div><div><br></div></body></html>