ScratchABit: action_goto: Update for picotui 1.1.master
authorPaul Sokolovsky <[email protected]>
Wed, 25 Nov 2020 22:02:52 +0000 (26 01:02 +0300)
committerPaul Sokolovsky <[email protected]>
Wed, 25 Nov 2020 22:02:52 +0000 (26 01:02 +0300)
ScratchABit.py

index 7a55610..c6f79f9 100755 (executable)
@@ -329,7 +329,7 @@ class DisasmViewer(editor.EditorExt):
         self.redraw()
 
         if res == ACTION_OK:
-            value = entry.get_text()
+            value = entry.get()
             if '0' <= value[0] <= '9':
                 addr = int(value, 0)
             else: