Purpose of control in Library Browser toolbar

Asked by Fabián Inostroza

What is the purpose of the last control in the Library Browser toolbar?

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Jeff Young
Solved:
Last query:
Last reply:
Revision history for this message
Fabián Inostroza (fabianinostroza) said :
#1

It is because a wxAUI_TB_OVERFLOW flag in the wxAuiToolBar constructor but why is this flag set?

screenshot: https://imgur.com/a/e8mlma5

Revision history for this message
Best Jeff Young (jeyjey) said :
#2

If you drag the toolbar to a location where there isn't enough room for all the icons then it displays the missing ones in a menu.

(For instance, dock the toolbar down the left-hand side of the window and then resize the window so it isn't tall enough to show all the icons.)

It would be nice if wxWidgets only displayed it when there were items in the menu...

Revision history for this message
Fabián Inostroza (fabianinostroza) said :
#3

Thanks Jeff Young, that solved my question.