api-issue-tracker
api-issue-tracker copied to clipboard
Toolbars with no icon specified using random images
SU2018
cmd = UI::Command.new("Test") {
UI.messagebox "Hello World"
}
toolbar = UI::Toolbar.new("ToolbarTest")
toolbar = toolbar.add_item(cmd)
toolbar = toolbar.add_item(cmd)
toolbar = toolbar.add_item(cmd)
toolbar.restore

First icon is expected, the second two are not...
Logged SU-41958
I tried to reproduce this with versions SU2023.0, SU2024.0 and SU2025.0. This is working as expected and only one button is getting created. Hence closing this.