kopia lustrzana https://github.com/inkstitch/inkstitch
rodzic
7ba51c0c96
commit
38e74354cd
|
@ -19,7 +19,6 @@ from ..svg import get_node_transform, parse_length_with_units
|
|||
from ..svg.clip import get_clip_path
|
||||
from ..threads import ThreadColor
|
||||
from ..utils import Point, cache
|
||||
from ..utils.geometry import ensure_multi_line_string
|
||||
from ..utils.param import ParamOption
|
||||
from .element import EmbroideryElement, param
|
||||
from .validation import ValidationWarning
|
||||
|
|
|
@ -89,8 +89,6 @@ class LetteringEditJsonPanel(wx.Panel):
|
|||
|
||||
def on_font_meta_value_changed(self, name, needs_update, event=None):
|
||||
self.font_meta[name] = event.GetEventObject().GetValue()
|
||||
import sys
|
||||
print(self.font_meta[name], file=sys.stderr)
|
||||
if needs_update:
|
||||
self.update_preview()
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue