numworks / epsilon

Modern graphing calculator operating system.
https://www.numworks.com/resources/engineering/software/
1.74k stars 463 forks source link

Problem in window redrawing (SDL?) #1378

Open LeaNumworks opened 4 years ago

LeaNumworks commented 4 years ago

Describe the bug

The macOS simulator is not always redrawn properly. This might be a SDL problem, because resizing the window redraws the badly drawn area.

Screenshots + scenario

Run the following script Screenshot 2020-03-02 at 14 02 46

Enter some input and press OK -> the prompt is not properly redrawn Screenshot 2020-03-02 at 14 09 34

Resize the window -> the prompt appears Screenshot 2020-03-02 at 14 09 40

Expected behavior

The prompt should appear after the user presses OK

Environment

nsajko commented 4 years ago

Maybe related: #1300