Test short labels in the listctrl sample too
This allows to easily verify that they work correctly in the icon view. See #24292.
This commit is contained in:
parent
82b5f85418
commit
9d3b8ba339
1 changed files with 2 additions and 0 deletions
|
|
@ -650,6 +650,8 @@ void MyFrame::InitWithIconItems(bool withText, bool sameIcon)
|
|||
wxString label;
|
||||
if ( !(i % 5) )
|
||||
label.Printf("Longer label %d", i);
|
||||
else if ( !(i % 4) )
|
||||
label.Printf("#%d", i);
|
||||
else
|
||||
label.Printf("Label %d", i);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue