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:
@@ -647,6 +647,7 @@ class FittingView(d.Display):
|
||||
def Snapshot(self):
|
||||
return self.FVsnapshot
|
||||
|
||||
# noinspection PyPropertyAccess
|
||||
def MakeSnapshot(self, maxColumns=1337):
|
||||
|
||||
if self.FVsnapshot:
|
||||
|
||||
Reference in New Issue
Block a user