Skip to content

Incorrect window size for Processing 4.4.4 (Windows 11) #1120

Open
@yangtze314

Description

@yangtze314

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

  1. Execute size(500, 500) inside ``setup()`
  2. For Processing 4.4.4, size(500, 500) produces larger windows that 4.3 (in 4.3, a window of this size is about size(700, 700)).

snippet

void setup() {
  size(500, 500);
}

void draw() {
  
}

Additional context

  1. Since I am trying to update from 4.3 to 4.4.4, I have not tested whether any other releases between 4.3 and 4.4.4 are affected.
  2. All sketches created in Processing 4.3 are scaled in Processing 4.4.4 (see image below).

Image

Would you like to work on the issue?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions