XRC: ability to create wxStaticBitmap with wxBitmapBundle

This commit is contained in:
Alexander Koshelev 2021-12-31 14:01:26 +03:00
parent 612c37f706
commit 96f5258df5
3 changed files with 10 additions and 3 deletions

View file

@ -1556,7 +1556,10 @@ wxStaticBitmap =
attribute class { "wxStaticBitmap" } &
stdObjectNodeAttributes &
stdWindowProperties &
element bitmap {_, t_bitmap }
(
element bitmap {_, t_bitmap } |
element bitmaps {_, t_bitmaps }
)
}