Fixup flatmenu memory fix

This commit is contained in:
Scott Talbert
2024-07-11 20:20:49 -04:00
parent cf806af384
commit 3901d05d40

View File

@@ -5358,8 +5358,10 @@ class FlatMenu(FlatMenuBase):
def Destroy(self, *args, **kwargs):
try:
self.Clear()
super().Destroy(*args, **kwargs)
finally:
return super().Destroy(*args, **kwargs)
def SetMenuBar(self, mb):