You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This is a little surprising to me - I can only assume it's an artefact of some very old history, because toolbars are constructed by Commands, not by passing in any argument to Window.
Describe the bug
Window.__init__(...)
has an unused parameter toolbar.As a user, I'd be surprised if I call
Window(..., toolbar=my_custom_widget)
and nothing happens.Steps to reproduce
Expected behavior
Either
Window
has notoolbar
parameter, or it does something.Screenshots
No response
Environment
(all)
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: