mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Fix top time not showing up on fullscreen startup
This commit is contained in:
@@ -107,11 +107,11 @@ class ClapperWidget extends Gtk.Grid
|
|||||||
|
|
||||||
revealControls(isAllowInput)
|
revealControls(isAllowInput)
|
||||||
{
|
{
|
||||||
this._checkSetUpdateTimeInterval();
|
|
||||||
|
|
||||||
this.revealerTop.revealChild(true);
|
this.revealerTop.revealChild(true);
|
||||||
this.revealerBottom.revealChild(true);
|
this.revealerBottom.revealChild(true);
|
||||||
|
|
||||||
|
this._checkSetUpdateTimeInterval();
|
||||||
|
|
||||||
if(isAllowInput)
|
if(isAllowInput)
|
||||||
this.setControlsCanFocus(true);
|
this.setControlsCanFocus(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user