workspace: Fix chaining up

Gah, accidentally dropped the 'vfunc' prefix :-(

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1172
This commit is contained in:
Florian Müllner 2020-04-03 14:43:16 +02:00 committed by Robert Mader
parent 0a4974ac8c
commit 51a913730e

View File

@ -404,7 +404,7 @@ var WindowClone = GObject.registerClass({
return true;
}
return super.key_press_event(keyEvent);
return super.vfunc_key_press_event(keyEvent);
}
_onClicked() {