hasii2011 / pyut

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

Background draw bug on 'deployed" app #200

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

In DiagramFrame.redraw is called differently when executed as PyCharm launched app and when built as a Mac OS X app.

def Redraw(self, dc: DC = None, full: bool = True, saveBackground: bool = False, useBackground: bool = False):

useBackground is False from PyCharm useBackground is True when executed as a Mac OS X