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
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.
The text was updated successfully, but these errors were encountered:
Sure! The bar is unfortunately still there after turning the scale back to 100%. Even tried logging out and back in to start a new session after changing the scaling, but the bar is still there.
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
void setup() { size(400, 400); background(0); }
Your Environment
sysinfo_inxi.txt
I'm happy to provide any further information if needed.
The text was updated successfully, but these errors were encountered: