Skip to content
Commit dc9aec46 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Fix geometryRestore() handling with maximize quick tile mode

geometryRestore() is no longer updated after mapping the window, so
setQuickTileMode() has to update geometryRestore() explicitly to the
correct value.

With this change, geometryRestore() will be updated as follows:

* if the window is tiled, geometryRestore() is valid, nothing to do
* the window has been dragged to the top edge, set geometryRestore() to
  the geometry that the window had when starting move
* otherwise, use the current move resize geometry


(cherry picked from commit ab824959)
parent 08ce9586
Pipeline #125112 canceled with stage
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment