From 6fa92ae021da35baf4e682f4eb7c0b3fcc0bcb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 29 Mar 2009 08:16:26 +0000 Subject: [PATCH] It's that time of the year again, in which people fix bugs in dstcheck... :-) Now, it came up just fine, only it was burried behind Tracker windows. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29771 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/dstcheck.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/dstcheck.cpp b/src/bin/dstcheck.cpp index cc634cc34d..37d611e64e 100644 --- a/src/bin/dstcheck.cpp +++ b/src/bin/dstcheck.cpp @@ -47,6 +47,7 @@ void TimedAlert::Show() { fRunner = new BMessageRunner(this, new BMessage(TIMEDALERT_UPDATE), 60000000); + SetFeel(B_FLOATING_ALL_WINDOW_FEEL); BAlert::Show(); }