You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
White bars on the right and bottom sides of the window
P2D
No white bars, but window controls seem offset
P3D
Window controls seem offset, just like P2D
FX2D
I have not been able to test this on 4.0b4, because it does not see the JavaFX library installed from the contribution manager. On 4.0b2 the window controls looked normal and there were no white bars, but you could change the window size and there was a maximize button.
Steps to Reproduce
Download Processing 4.0b4 on Debian Testing (bookworm) with KDE
Run the sample sketch with different renderers
Your Environment
Processing version: 4.0b4
Operating System and OS version: Debian GNU/Linux Testing (bookworm) with KDE Plasma 5.23.5 and KDE Frameworks 5.88.0
Other information: Proprietary nVidia drivers for GP106 (1060) 470.103.01. KDE theme: Breeze Dark.
The text was updated successfully, but these errors were encountered:
Unfortunately I think we're at the mercy of the window manager here… The difference in behavior is just how the various renderers interact with the underlying platform, and the various WMs on Linux introduce a lot of quirks like this.
To get JavaFX working, you'll need beta 5 (posted within the last day), which is needed for the most recent JavaFX release due to the new windowXxxx() methods and event handlers.
Created by: bsolos
Description
The sketch window looks weird, with the appearance changing when you change the renderer.
Sample sketch code:
Expected Behavior
The window would look normally
Current Behavior
No renderer argument
White bars on the right and bottom sides of the window
P2D
No white bars, but window controls seem offset
P3D
Window controls seem offset, just like P2D
FX2D
I have not been able to test this on 4.0b4, because it does not see the JavaFX library installed from the contribution manager. On 4.0b2 the window controls looked normal and there were no white bars, but you could change the window size and there was a maximize button.
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: