panel: Update for removal of frame_action argument

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2526>
This commit is contained in:
Carlos Garnacho 2022-09-29 19:21:05 +02:00 committed by Marge Bot
parent 64d07ff7cd
commit f32ffbf19b

View File

@ -548,7 +548,6 @@ class Panel extends St.Widget {
return dragWindow.begin_grab_op(
Meta.GrabOp.MOVING,
true, /* frame action */
event.get_time()) ? Clutter.EVENT_STOP : Clutter.EVENT_PROPAGATE;
}