Restore seek on drop behavior

This commit is contained in:
Rafostar
2020-10-14 16:45:09 +02:00
parent a20a0c8160
commit ea8226f1d3
2 changed files with 13 additions and 20 deletions

View File

@@ -163,13 +163,7 @@ var App = GObject.registerClass({
this.player.widget.width_request = 960;
this.player.widget.height_request = 540;
/*
this.player.widget.add_events(
Gdk.EventMask.SCROLL_MASK
| Gdk.EventMask.ENTER_NOTIFY_MASK
| Gdk.EventMask.LEAVE_NOTIFY_MASK
);
*/
this.interface.addPlayer(this.player);
this.player.connect('state-changed', this._onPlayerStateChanged.bind(this));