6ce07abf50
After completing the overview transition, the workspace view is clipped to avoid overlapping the search entry/view selector titles while switching workspaces. For clipping, the view's position and size was used, which works well assuming that the workspace pager will start hidden or stay zoomed out while the overview is visible. However, that assumption holds no longer true, as auto-hiding the pager now depends on the number of workspaces, and thus may change while in the overview. For instance, when starting with the pager being visible, the clip area ends up being too small when moving all windows to the first workspace (and thus triggering auto-hide). As a fix, handle the clip rectangle separately from the view's geometry, and set it always to the area the workspaces would occupy with the pager hidden. https://bugzilla.gnome.org/show_bug.cgi?id=653142 |
||
---|---|---|
.. | ||
misc | ||
perf | ||
ui | ||
Makefile.am |