Sudoku: Don't switch workspace for progress window.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2011, Axel Dörfler, [email protected].
|
* Copyright 2007-2015, Axel Dörfler, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -27,7 +27,8 @@ ProgressWindow::ProgressWindow(BWindow* referenceWindow,
|
|||||||
BMessage* abortMessage)
|
BMessage* abortMessage)
|
||||||
: BWindow(BRect(0, 0, 250, 100), B_TRANSLATE("Progress monitor"),
|
: BWindow(BRect(0, 0, 250, 100), B_TRANSLATE("Progress monitor"),
|
||||||
B_MODAL_WINDOW_LOOK, B_FLOATING_APP_WINDOW_FEEL,
|
B_MODAL_WINDOW_LOOK, B_FLOATING_APP_WINDOW_FEEL,
|
||||||
B_NOT_ZOOMABLE | B_NOT_RESIZABLE | B_ASYNCHRONOUS_CONTROLS),
|
B_NOT_ZOOMABLE | B_NOT_RESIZABLE | B_ASYNCHRONOUS_CONTROLS
|
||||||
|
| B_NO_WORKSPACE_ACTIVATION),
|
||||||
fRunner(NULL)
|
fRunner(NULL)
|
||||||
{
|
{
|
||||||
BRect rect = Bounds();
|
BRect rect = Bounds();
|
||||||
|
|||||||
Reference in New Issue
Block a user