Skip to content

Commit 1ac71c8

Browse files
committed
250818.2
1 parent 21b51b0 commit 1ac71c8

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
55.2 KB
Binary file not shown.
2.67 MB
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .ec_timestamp import *
1212
from .ec_value import *
1313

14-
__version__ = "250812.2"
14+
__version__ = "250818.2"

easycoder/ec_pyside.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ def k_set(self, command):
991991
if record['keyword'] == 'checkbox':
992992
command['name'] = record['name']
993993
self.skip('to')
994-
command['value'] = self.nextToken()
994+
command['value'] = self.nextValue()
995995
self.add(command)
996996
return True
997997
elif token == 'alignment':

0 commit comments

Comments
 (0)