[orx-panel] Set text setting to PIXEL
This commit is contained in:
@@ -400,6 +400,7 @@ class ControlManager : Extension {
|
|||||||
if (element.computedStyle.display != Display.NONE) {
|
if (element.computedStyle.display != Display.NONE) {
|
||||||
if (element.computedStyle.overflow == Overflow.Visible) {
|
if (element.computedStyle.overflow == Overflow.Visible) {
|
||||||
drawer.isolated {
|
drawer.isolated {
|
||||||
|
drawer.drawStyle.textSetting = TextSettingMode.PIXEL
|
||||||
drawer.translate(element.screenPosition)
|
drawer.translate(element.screenPosition)
|
||||||
if (newZComp == zIndex) {
|
if (newZComp == zIndex) {
|
||||||
element.draw(drawer)
|
element.draw(drawer)
|
||||||
|
|||||||
Reference in New Issue
Block a user