Closed
Description
Created by: bsolos
Description
The sketch window looks weird, with the appearance changing when you change the renderer.
Sample sketch code:
void setup() {
size(800, 600, /* RENDERER */);
}
void draw() {
background(0);
triangle(400, 100, 200, 500, 600, 500);
}
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
- 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.