Hi!
I propose these changes.
When I added F11 for PainterWindow fullscreen some time ago, i didn't know how to set fullscreen the opengl window too.
Now, reading the code, I noticed the we have Ctrl+Enter for Openglwindow and F11 for the PainterWindow.
I propose to switch both to F11 to unify the shortcut conventions.
What do you think?
I've also moved my previous contribution of painterwindow to a function toggleFullScreen() to keep the code tidy.
Hi! I propose these changes. When I added F11 for PainterWindow fullscreen some time ago, i didn't know how to set fullscreen the opengl window too. Now, reading the code, I noticed the we have Ctrl+Enter for Openglwindow and F11 for the PainterWindow. I propose to switch both to F11 to unify the shortcut conventions. What do you think?
I've also moved my previous contribution of painterwindow to a function
toggleFullScreen()
to keep the code tidy.