Regression, r3728: Now Guake, Terra and other drop-down terminals are too large and extend to the right side into the next screen
Bug #1186723 reported by
MC Return
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Top-left corner is correct now, but the terminals open too large and partially overlap into the next screen :(
In the case of Guake this makes the button to open a new tab unreachable on a single-screen system.
Related branches
lp://qastaging/~compiz-team/compiz/compiz.fix_1186723
Rejected
for merging
into
lp://qastaging/compiz/0.9.10
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Sam Spilsbury: Disapprove
-
Diff: 249 lines (+105/-54)2 files modifiedgtk/window-decorator/tests/test_gwd_settings.cpp (+98/-51)
plugins/decor/src/decor.cpp (+7/-3)
Changed in compiz: | |
assignee: | nobody → MC Return (mc-return) |
milestone: | none → 0.9.10.0 |
importance: | Undecided → Medium |
status: | New → In Progress |
summary: |
- Regression: Now Guake, Terra and other drop-down terminals are too large - and extend to the right side into the next screen + Regression, r3728: Now Guake, Terra and other drop-down terminals are + too large and extend to the right side into the next screen |
To post a comment you must log in.
In decor.cpp, this seems to be wrong:
37 + int dwidth = sizeDelta.width () - lastSizeDelta. height ();
I'll propose a fix...