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:
@@ -33,6 +33,7 @@ def DrawFilledBitmap(width, height, color):
|
||||
return canvas
|
||||
|
||||
|
||||
# noinspection PyPropertyAccess
|
||||
def DrawGradientBar(width, height, gStart, gEnd, gMid=None, fillRatio=4):
|
||||
# we need to have dimensions to draw
|
||||
# assert width > 0 and height > 0
|
||||
|
||||
Reference in New Issue
Block a user