diff options
Diffstat (limited to 'src/haiku_support.cc')
-rw-r--r-- | src/haiku_support.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/haiku_support.cc b/src/haiku_support.cc index c1617c86cc7..2411a7b539b 100644 --- a/src/haiku_support.cc +++ b/src/haiku_support.cc @@ -542,8 +542,8 @@ public: previous_screen_frame = screen.Frame (); - /* Immediately show this window upon creation. It will end up - hidden since there are no windows in its subset. */ + /* Immediately show this window upon creation. It will not steal + the focus or become visible. */ Show (); if (!LockLooper ()) |