https://bugs.kde.org/show_bug.cgi?id=520971

--- Comment #5 from [email protected] ---
While testing this on Krita 6.0.2.1 (CachyOS), I noticed the following error
appears in the CLI
output every time I open or close the Text Properties docker:


  qrc:/SvgTextToolOptions.qml:31: ReferenceError: updateTextProperties is not
defined


Looking at the current master source for  SvgTextToolOptions.qml , there is
indeed a call to
updateTextProperties()  inside the  onTextPropertiesOpenChanged  handler, but
no such function is defined
anywhere in the file:

```
  Connections {
      target: manager;
      function onTextPropertiesOpenChanged() {
          updateTextProperties();
      }
      ...
  }
```

I'm not certain this is the root cause of the font-family-not-applying bug,
since it only fires when the
docker's open state changes rather than on every property edit, but it seemed
worth flagging in case it's
related — possibly a leftover/renamed function from a refactor that's silently
failing and breaking some
downstream sync logic. Wanted to note it here in case someone more familiar
with this code can confirm or
rule it out.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to