hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
12 stars 4 forks source link

Fix DlgEditClass to not require a UML Frame ➖ #458

Closed hasii2011 closed 1 year ago

hasii2011 commented 1 year ago

Currently, the parent window passed in as a parameter must be a UML Frame; The dialog then sneakily invokes a method on the frame; It should make an event call

hasii2011 commented 1 year ago

This may not work since the dialog runs on its own event loop

hasii2011 commented 1 year ago

Ok, this cannot work on the main UI loop because dialogs run on their own event loop; Lo Siento