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

--- Comment #10 from Noah Davis <[email protected]> ---
Created attachment 195938
  --> https://bugs.kde.org/attachment.cgi?id=195938&action=edit
qtbug-126577 QML file

Now I remember why the render type isn't dynamic.
QQuickWindow::setTextRenderType docs: "Note: setting the render type will only
affect elements created afterwards; the render type of existing elements will
not be modified."

The default text rendering type can't really be adjusted dynamically after
you've created a window, so every single label/text/input/edit item needs to
dynamically adjust its own renderType property anyway to use the correct render
type. renderType properties override the default render type. For testing the
severity of text alignment issues with different screen scales, I've attached a
QML file. It seems like it's not visible most of the time, except for certain
positions.

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

Reply via email to