From 2e7b548a729e763da32ec2cfbd07f4627c58d8e8 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 19 Jan 2022 22:31:27 -0500 Subject: [PATCH] mark #342 (Windows scaling) as resolved --- todo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.txt b/todo.txt index 0b0fb8664..15e1c5930 100755 --- a/todo.txt +++ b/todo.txt @@ -27,7 +27,10 @@ o make smaller at 125% X loading the 2x version always, turn on smoothing and draw at 50% X is Toolkit.setIcon() in splash slowing down the startup screen? X nope, appears to be class loading out of our control (0.3s vs our code 0.1s) -_ fix weird character offsets in text area +X fix weird character offsets in text area +X Resolve scaling issues with Windows +X Editor cursor position offset to the right with fractional Windows scaling +X https://github.com/processing/processing4/issues/342 contribs X select entire line when doing Edit > Copy on an empty selection @@ -65,9 +68,6 @@ _ MovieMaker out as well? known issues -_ Resolve scaling issues with Windows -_ Editor cursor position offset to the right with fractional Windows scaling -_ https://github.com/processing/processing4/issues/342 _ IDE cursor position is wrong if font size is changed in preferences on macOS _ probably related to second displays, need to hook one up and test _ https://github.com/processing/processing4/issues/194