Abraham Hamidi
Abraham Hamidi
The current wording implies the next call to `has_wrapped()` after `clear_current()` always returns false. According to the arm docs this is not always true: 
**Problem** The scale factor of a fullscreen window on secondary monitor is read as the scale factor as the main monitor unless `.with_position()` is set explicitly in the window configuration....
I modified the multiwindow with tray example: ``` //! Multiwindow with tray icon example //! //! This example shows how to implement a simple multiwindow application and tray icon using...