Merge pull request #170 from Guillaume-Fgt/hide_mouse_Fullscreen
Fix mouse cursor showing in Fullscreen video
This commit is contained in:
commit
f036d037ea
1 changed files with 1 additions and 0 deletions
|
|
@ -1181,6 +1181,7 @@ impl Application for App {
|
|||
|
||||
self.fullscreen = !self.fullscreen;
|
||||
self.core.window.show_headerbar = !self.fullscreen;
|
||||
self.controls = !self.fullscreen;
|
||||
return window::change_mode(
|
||||
window::Id::MAIN,
|
||||
if self.fullscreen {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue