mirror of
https://github.com/cemu-project/idapython.git
synced 2025-01-14 10:59:13 +01:00
- Choose2.Show(modal=True) was broken
This commit is contained in:
parent
50b66d0264
commit
7179b2c654
@ -3409,7 +3409,7 @@ class Choose2(object):
|
||||
self.flags |= Choose2.CH_MODAL
|
||||
|
||||
# Disable the timeout
|
||||
old = idaapi.set_script_timeout(0)
|
||||
old = _idaapi.set_script_timeout(0)
|
||||
n = _idaapi.choose2_create(self, False)
|
||||
_idaapi.set_script_timeout(old)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user