MewPurPur / GodSVG

An application in early development for creating simple vector graphics. Built in Godot.

Home Page:https://godsvg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major regressions in BetterLineEdit and BetterTextEdit

MewPurPur opened this issue · comments

  • Clicking outside does not unfocus them.
  • Unfocusing fields does not cause them to update their value.
  • LineEdits in command fields now unfocus when you move your cursor outside of its horizontal strip.
  • A focused LineEdit doesn't get all of its text selected until an input event happens somewhere (happens when grab_focus() is called from code, for example in the built-in file dialog)

The first three are crucial to fix before alpha 4.