Fixed fullscreen only being possible on primary monitor.
This commit is contained in:
parent
86b85d1436
commit
b2a9a1e73c
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ pub fn run_command<A, E>(
|
|||
window::Action::ChangeMode(mode) => {
|
||||
window.set_visible(conversion::visible(mode));
|
||||
window.set_fullscreen(conversion::fullscreen(
|
||||
window.primary_monitor(),
|
||||
window.current_monitor(),
|
||||
mode,
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue