]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/image.py
Don't create a bitmap with dimensions <= 0...
[wxWidgets.git] / wxPython / src / msw / image.py
index 7d0e7fe23dc0a084ece5ea98061690aa867fafa0..865e18c0b8aaa737dd3a61f29e68854ef1249309 100644 (file)
@@ -4,7 +4,7 @@ import imagec
 from misc import *
 
 from gdi import *
-class wxImageHandlerPtr :
+class wxImageHandlerPtr(wxObjectPtr):
     def __init__(self,this):
         self.this = this
         self.thisown = 0
@@ -139,7 +139,7 @@ class wxTIFFHandler(wxTIFFHandlerPtr):
 
 
 
-class wxImagePtr :
+class wxImagePtr(wxObjectPtr):
     def __init__(self,this):
         self.this = this
         self.thisown = 0