Merge lp://staging/~philip.scott/gala/raise-new-windows into lp://staging/gala
Proposed by
Felipe Escoto
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~philip.scott/gala/raise-new-windows |
Merge into: | lp://staging/gala |
Diff against target: |
18 lines (+8/-0) 1 file modified
src/WindowManager.vala (+8/-0) |
To merge this branch: | bzr merge lp://staging/~philip.scott/gala/raise-new-windows |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gala developers | Pending | ||
Review via email: mp+311366@code.staging.launchpad.net |
Commit message
WindowManager: Prevent new windows from opening in the background
Description of the change
It now checks if the current window is fullscreened, and if it's not then it makes sure that the window is pushed to the top and focused
To post a comment you must log in.
Unmerged revisions
- 549. By Felipe Escoto
-
WindowManager: Prevent new windows from opening in the background
This fix the problem here!