Disable inspection of writing to some wx properties. These do seem to get written, so it is likely pyCharm doesn't understand wx

This commit is contained in:
Ebag333
2017-02-08 22:32:12 -08:00
parent 7a2feb9152
commit e535f050c1
3 changed files with 3 additions and 0 deletions

View File

@@ -647,6 +647,7 @@ class FittingView(d.Display):
def Snapshot(self):
return self.FVsnapshot
# noinspection PyPropertyAccess
def MakeSnapshot(self, maxColumns=1337):
if self.FVsnapshot: