* Use kMenuWindowFeel for the tool tips, or else they won't work on

B_AVOID_FRONT windows (like the Deskbar).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32247 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-08-11 11:59:21 +00:00
parent 14347545f3
commit 60286ab2f8
+2 -1
View File
@@ -11,6 +11,7 @@
#include <LayoutBuilder.h>
#include <MessageRunner.h>
#include <WindowPrivate.h>
#include <ToolTip.h>
@@ -107,7 +108,7 @@ private:
ToolTipWindow::ToolTipWindow(BToolTip* tip, BPoint where)
:
BWindow(BRect(0, 0, 250, 10), "tool tip", B_BORDERED_WINDOW_LOOK,
B_FLOATING_APP_WINDOW_FEEL, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE
kMenuWindowFeel, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE
| B_AUTO_UPDATE_SIZE_LIMITS | B_AVOID_FRONT | B_AVOID_FOCUS)
{
MoveTo(where + tip->MouseRelativeLocation());