fix(slider): enable layer rendering for opacity animations

Add layer.enabled: true to NColorSlider and NSlider widgets to fix
opacity animation issues. This ensures proper compositing during
slider animations by rendering to an offscreen layer.

Fixes visual glitches where slider opacity transitions were not
rendering correctly.
This commit is contained in:
anthonyhab
2026-01-29 13:21:07 -05:00
parent a9702ad480
commit 353e4e5409
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -174,4 +174,6 @@ Slider {
}
}
}
layer.enabled: true
}