From 92942195ff034338eff5365d6f4078d500ae6681 Mon Sep 17 00:00:00 2001 From: Ryan Bugden Date: Mon, 25 Sep 2023 19:23:54 -0400 Subject: [PATCH] Change subscriber Temporarily fix https://github.com/frankrolf/Rotator/issues/8 --- Rotator.roboFontExt/info.plist | 2 +- Rotator.roboFontExt/lib/rotator.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Rotator.roboFontExt/info.plist b/Rotator.roboFontExt/info.plist index 0c76825..35dae4c 100644 --- a/Rotator.roboFontExt/info.plist +++ b/Rotator.roboFontExt/info.plist @@ -32,7 +32,7 @@ timeStamp 1691364974 version - 1.1.1 + 1.1.2 repository frankrolf/Rotator extensionPath diff --git a/Rotator.roboFontExt/lib/rotator.py b/Rotator.roboFontExt/lib/rotator.py index ec1d37a..6e29a04 100644 --- a/Rotator.roboFontExt/lib/rotator.py +++ b/Rotator.roboFontExt/lib/rotator.py @@ -377,8 +377,7 @@ def glyphEditorDidSetGlyph(self, info): self.draw_rotation_preview() - glyphEditorGlyphDidChangeDelay = 0 - def currentGlyphDidChangeContours(self, info): + def glyphEditorDidKeyDown(self, info): self.g = info["glyph"] self.draw_rotation_preview()