Merge lp:~cimi/overlay-scrollbar/fix-732712 into lp:overlay-scrollbar
Proposed by
Andrea Cimitan
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 151 |
Merged at revision: | 151 |
Proposed branch: | lp:~cimi/overlay-scrollbar/fix-732712 |
Merge into: | lp:overlay-scrollbar |
Diff against target: |
39 lines (+3/-5) 1 file modified
os/os-scrollbar.c (+3/-5) |
To merge this branch: | bzr merge lp:~cimi/overlay-scrollbar/fix-732712 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Approve | ||
Review via email: mp+52887@code.launchpad.net |
Description of the change
I was storing the position of the window on size_allocate, but on size_allocate the widget could be not realized yet, so its gdk_window not on screen, and so os_scrollbar_
Now, everything is done in the realize, so we're sure to get the right position
To post a comment you must log in.