This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 15c9ac4a70 Missing bracket
15c9ac4a70 is described below
commit 15c9ac4a70c53c4cb1eed3f6326b977ec43038ca
Author: Harbs <[email protected]>
AuthorDate: Mon Jun 1 13:11:06 2026 +0300
Missing bracket
---
frameworks/projects/Style/src/main/resources/defaults.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/frameworks/projects/Style/src/main/resources/defaults.css
b/frameworks/projects/Style/src/main/resources/defaults.css
index 32bfa2e64e..fcde672603 100644
--- a/frameworks/projects/Style/src/main/resources/defaults.css
+++ b/frameworks/projects/Style/src/main/resources/defaults.css
@@ -83,6 +83,7 @@ CheckBox
Textarea
{
IStyleSkin:
ClassReference("org.apache.royale.style.skins.TextareaSkin");
+}
Range
{
IStyleSkin: ClassReference("org.apache.royale.style.skins.RangeSkin");