* Set B_AVOID_FRONT on status windows, this should fix bug #4914.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33939 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2003 Dr. Zoidberg Enterprises. All rights reserved.
|
* Copyright 2001-2003 Dr. Zoidberg Enterprises. All rights reserved.
|
||||||
* Copyright 2004-2007, Haiku Inc. All rights reserved.
|
* Copyright 2004-2009, Haiku Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//! The status window while fetching/sending mails
|
//! The status window while fetching/sending mails
|
||||||
|
|
||||||
|
|
||||||
@@ -35,10 +36,11 @@
|
|||||||
static BLocker sLock;
|
static BLocker sLock;
|
||||||
|
|
||||||
|
|
||||||
BMailStatusWindow::BMailStatusWindow(BRect rect, const char *name, uint32 showMode)
|
BMailStatusWindow::BMailStatusWindow(BRect rect, const char *name,
|
||||||
|
uint32 showMode)
|
||||||
: BWindow(rect, name, B_MODAL_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
|
: BWindow(rect, name, B_MODAL_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
|
||||||
B_NOT_CLOSABLE | B_NO_WORKSPACE_ACTIVATION | B_NOT_V_RESIZABLE
|
B_NOT_CLOSABLE | B_NO_WORKSPACE_ACTIVATION | B_NOT_V_RESIZABLE
|
||||||
| B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE),
|
| B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_AVOID_FRONT),
|
||||||
fShowMode(showMode),
|
fShowMode(showMode),
|
||||||
fWindowMoved(0L)
|
fWindowMoved(0L)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user