mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-28 03:54:18 +01:00
kernwin.i: Fixed modal chooser constant
This commit is contained in:
parent
caecd08a77
commit
ef61a9bac7
@ -246,7 +246,7 @@ class Choose:
|
||||
# HACK: Add a circular reference for non-modal choosers. This prevents the GC
|
||||
# from collecting the class object the callbacks need. Unfortunately this means
|
||||
# that the class will never be collected, unless refhack is set to None explicitly.
|
||||
if (flags & 2) == 0:
|
||||
if (flags & 1) == 0:
|
||||
self.refhack = self
|
||||
|
||||
def sizer(self):
|
||||
|
Loading…
Reference in New Issue
Block a user