mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-16 13:40:08 +01:00
revert mistaked line
This commit is contained in:
@@ -1127,9 +1127,8 @@ class AuiDefaultToolBarArt(object):
|
||||
dropbmp = self._button_dropdown_bmp
|
||||
|
||||
if not bmp.IsOk():
|
||||
return
|
||||
dc.DrawBitmap(bmp, bmp_rect.x, bmp_rect.y, True)
|
||||
|
||||
dc.DrawBitmap(bmp, bmp_rect.x, bmp_rect.y, True)
|
||||
if horizontal:
|
||||
dc.DrawBitmap(dropbmp, dropbmp_x, dropbmp_y, True)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user