https://bugs.kde.org/show_bug.cgi?id=517017
Freya Lupen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |[email protected] --- Comment #3 from Freya Lupen <[email protected]> --- Confirmed (6.0.0-beta2). It's not a text anti-aliasing issue, but some kind of QtQuick/QML widget rendering issue. The entire appearance of the text tool options widget is stretched downward, while the actual widget positions are correct, so that if you try to press the lower part of the Edit SVG Source button you might hit Open Glyph Palette instead. Also, the 'Pre-positioned text' button is missing, possibly because the stretching ends up taking a button's worth of space causing it to be outside the bounds the widget is supposed to be rendering, but it's still interactable. However, toggling the floating state of the Tool Options docker or switching to a different view and back causes these issues to resolve themselves for that view. (Side note: floating the text tool options on macOS with Qt6.8 somehow triggers a Tab input that toggles canvas-only due to some fake Tab focus event shenangians in QQuickWidget::focusNextPrevChild. That doesn't happen in my Qt6.9.2 build, or on Linux for whatever reason.) -- You are receiving this mail because: You are watching all bug changes.
