qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

TextField view moves too far when it updates #47

Closed alleew closed 1 year ago

alleew commented 1 year ago

When the TextField updates its view (e.g. the cursor moves off the left or right side) the view moves too far, essentially hiding all of the old text. It should probably only move the view enough to show one or two new characters instead.

GabeContra commented 1 year ago

Added some changes here: 9625bbca9a044e90e5c591673cedd81d57661efd Not perfect but definitely more usable