Merge lp:~gerboland/qtubuntu/fix_1351024 into lp:qtubuntu
Proposed by
Gerry Boland
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Daniel d'Andrada | ||||
Approved revision: | 237 | ||||
Merged at revision: | 236 | ||||
Proposed branch: | lp:~gerboland/qtubuntu/fix_1351024 | ||||
Merge into: | lp:qtubuntu | ||||
Diff against target: |
150 lines (+33/-41) 3 files modified
src/ubuntumirclient/input.cpp (+2/-2) src/ubuntumirclient/window.cpp (+31/-34) src/ubuntumirclient/window.h (+0/-5) |
||||
To merge this branch: | bzr merge lp:~gerboland/qtubuntu/fix_1351024 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel d'Andrada (community) | Approve | ||
PS Jenkins bot | continuous-integration | Needs Fixing | |
Timo Jyrinki | Approve | ||
Review via email: mp+230094@code.launchpad.net |
Commit message
Workaround for bug 1346633 broke QGuiApplication
This workaround guesses the window geometry relative to the screen (mainly setting y=panelHeight), defining it using QPlatformWindow
Description of the change
Workaround for bug 1346633 broke QGuiApplication
To post a comment you must log in.
Tested with a local build, works with this branch! (ie. similar to #157)