michaelh added inline comments. INLINE COMMENTS
> cfeck wrote in ktooltipwidget.cpp:142 > Crashes if size.width > screenGeometry.width. What was wrong with the qMax? Nothing was wrong with qmax. But with line 183-186 `size.width` should always be <= `screenGeometry.width.` In case I got that wrong it's better to crash than to hide my misconception. :-) REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D11740 To: michaelh, #frameworks Cc: elvisangelaccio, cfeck, michaelh, ngraham