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
I found out today that Processing 4.3 installed on my friend's computer (also a Windows 11 PC) has the same window size similar my Processing 4.4.4. I am not completely sure now that this issue is a bug, but I'll leave the label there until someone more experienced than me takes a look.
I can confirm this bug still exists in Processing 4.4.4 on Windows [your version].
Specific issue with HiDPI setting:
The "Disable HiDPI Scaling" preference specifically does not persist after restart. Steps to reproduce:
Open Processing 4.4.4
Go to File → Preferences
Check "Disable HiDPI Scaling"
Click OK
Close and reopen Processing
The setting is unchecked again
What I tried:
Closing via File → Quit instead of window X button
Opening second instance after changing setting (forum workaround)
Manually checking preferences.txt - the hidpi.disable=true line does not exist or is not being saved
Environment:
Windows 11 Home
Display: 2560x1600 at [scaling 150%]
Processing 4.4.4
This affects usability on high-DPI displays where this setting is essential for proper interface scaling. The bug appears to be a regression since this was supposed to be working in recent versions.
Most appropriate sub-area of Processing 4?
Core/Environment/Rendering
Processing version
Processing 4.4.4
Operating system
Windows 11 version 24H2
Steps to reproduce this
size(500, 500)
inside ``setup()`size(500, 500)
produces larger windows that 4.3 (in 4.3, a window of this size is aboutsize(700, 700)
).snippet
Additional context
Would you like to work on the issue?
No
The text was updated successfully, but these errors were encountered: