Add support for raw-icon to drawarea.

This commit is contained in:
Andrey Antukh
2016-10-21 00:23:55 +02:00
parent df189dc39e
commit 8df6ee502a

View File

@@ -110,6 +110,7 @@
(when-let [shape (:drawing @wb/workspace-ref)]
(case (:type shape)
:icon (on-init-draw-icon shape)
:icon-raw (on-init-draw-icon shape)
:path (if (:free shape)
(on-init-draw-free-path shape)
(on-init-draw-path shape))