Move event controllers to widget and add them to top revealer

This commit is contained in:
Rafał Dzięgiel
2021-02-17 16:31:37 +01:00
parent 192ccb379f
commit 12591e106f
5 changed files with 343 additions and 324 deletions

View File

@@ -44,8 +44,8 @@ class ClapperCustomButton extends Gtk.Button
if(!this.isFullscreen)
return;
const { player } = this.get_ancestor(Gtk.Grid);
player._setHideControlsTimeout();
const clapperWidget = this.get_ancestor(Gtk.Grid);
clapperWidget._setHideControlsTimeout();
}
});