🐛 Fix problem with text proportion lock

This commit is contained in:
alonso.torres
2024-02-16 13:32:32 +01:00
parent 4c81ac4386
commit 330c0ac9f9
2 changed files with 1 additions and 2 deletions

View File

@@ -40,6 +40,6 @@
(cond
(= type :svg-raw) (setup-proportions-size shape)
(= type :image) (setup-proportions-image shape)
image-fill? (setup-proportions-size shape)
(= type :text) shape
image-fill? (setup-proportions-size shape)
:else (setup-proportions-const shape))))