This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 7b9a39c examples: remove last ToggleFontIcon
7b9a39c is described below
commit 7b9a39cf9984ab0d77197671f6d06e7fa38d3f96
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Apr 3 01:03:54 2020 +0200
examples: remove last ToggleFontIcon
---
.../src/main/royale/BE0014_Working_with_vector_graphics.mxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/examples/blog/BE0014_Working_with_vector_graphics/src/main/royale/BE0014_Working_with_vector_graphics.mxml
b/examples/blog/BE0014_Working_with_vector_graphics/src/main/royale/BE0014_Working_with_vector_graphics.mxml
index 411c6dd..be7e959 100644
---
a/examples/blog/BE0014_Working_with_vector_graphics/src/main/royale/BE0014_Working_with_vector_graphics.mxml
+++
b/examples/blog/BE0014_Working_with_vector_graphics/src/main/royale/BE0014_Working_with_vector_graphics.mxml
@@ -110,7 +110,7 @@
outlined="true" emphasis="emphasized"
text="Hide Rule" selectedText="Show Rule"
selected="true">
<j:icon>
- <js:ToggleFontIcon
text="{MaterialIconType.VISIBILITY_OFF}"
selectedText="{MaterialIconType.VISIBILITY}"/>
+ <js:MaterialToggleIcon
text="{MaterialIconType.VISIBILITY_OFF}"
selectedText="{MaterialIconType.VISIBILITY}"/>
</j:icon>
</j:ToggleButton>
</j:BarSection>