fixing some small code smells
This commit is contained in:
parent
8b9bcd5a89
commit
c2c26bddaf
3 changed files with 6 additions and 6 deletions
|
@ -192,7 +192,7 @@ Controls.Page {
|
|||
presentation.loadVideo();
|
||||
print("For window: Screen is: " + pWindow.screen + " And selected screen is: " + presentationScreen);
|
||||
pWindow.showFullScreen();
|
||||
pWindow.screen = presentationScreen;
|
||||
/* pWindow.screen = presentationScreen; */
|
||||
print("For window: Screen is: " + pWindow.screen + " And selected screen is: " + presentationScreen);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue