Closed
Description
This is my first time writing an issue on a software project, so if I'm doing anything wrong, please let me know. I've searched for this issue on Google, here and the forums and found nothing so far, and read the guidelines for submitting issues and the troubleshooting page, but if I'm still doing something wrong, please tell me.
Description
When running a sketch in Processing 4.3, there always is a grey/white bar on the right side of the output, despite it not being coded to be there. The bug persists after uninstalling and reinstalling.
Expected Behavior
The sketches running without a unwanted bar appearing on the right side of the output.
Current Behavior
See Description.
Example Screenshot:
Steps to Reproduce
- Open Processing 4.3.
- This is the smallest amount of code I found to be able to reproduce the bug:
void setup() { size(400, 400); background(0); }
- Run the Sketch, which produces the output given in the screenshot given above.
Your Environment
- Processing version: 4.3 (64 Bit)
- Operating System and OS version: Manjaro Linux 6.10.13 w/ KDE Plasma 6.1.5 on Wayland
- Other information: I've attached a txt with my inxi output for further information.
sysinfo_inxi.txt
I'm happy to provide any further information if needed.