Skip to content

Commit 2205fc9

Browse files
committed
Fix UIActionSimulator demo
1 parent 805ed7d commit 2205fc9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

etg/_core.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
'stockgdi',
4949
'longlong',
5050
'wxdatetime',
51-
#'stopwatch',
51+
'stopwatch',
5252

5353
'windowid',
5454
'platinfo',
5555
'vidmode',
56-
#'display',
56+
'display',
5757
'intl',
5858
'translation',
5959

@@ -159,7 +159,7 @@
159159
#'slider',
160160
#'spinbutt',
161161
'spinctrl',
162-
#'tglbtn',
162+
'tglbtn',
163163
#'scrolbar',
164164
'toolbar',
165165
#'infobar',
@@ -201,7 +201,7 @@
201201
'power',
202202
'utils',
203203
'process',
204-
#'uiaction',
204+
'uiaction',
205205
#'snglinst',
206206
#'help',
207207
#'cshelp',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)