mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Avoid an assert. This test can be exended when wxIcon is wrapped.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,10 +27,10 @@ class statbmp_Tests(wtc.WidgetTestCase):
|
||||
bmp = wx.Bitmap(pngFile)
|
||||
sb = wx.StaticBitmap(self.frame, label=bmp)
|
||||
|
||||
sb.Icon
|
||||
sb.Bitmap
|
||||
sb.Bitmap = wx.Bitmap(pngFile2)
|
||||
|
||||
#sb.Icon # TODO: this asserts if SetIcon hasn't been called
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user