elementary / switchboard-plug-display

Switchboard Displays Plug
https://elementary.io
GNU General Public License v3.0
14 stars 18 forks source link

DisplayWidget: use Gtk.GestureDrag #375

Closed danirabbit closed 5 months ago

danirabbit commented 5 months ago

Simplify things here a bit by using a drag gesture instead of multiple event controllers. Doesn't fix the weird stuttering that's currently occuring in master

jeremypw commented 5 months ago

@danirabbit I am working on an amendment to this PR to fix the flickering - you need to move the gesture into the overlay so that the coordinates are stable.