api-issue-tracker icon indicating copy to clipboard operation
api-issue-tracker copied to clipboard

Toolbars with no icon specified using random images

Open thomthom opened this issue 7 years ago • 2 comments

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

image

First icon is expected, the second two are not...

thomthom avatar Oct 24 '18 14:10 thomthom

Logged SU-41958

taustin73 avatar Jan 30 '19 23:01 taustin73

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.

Image

kalpana-ghodeswar avatar May 21 '25 15:05 kalpana-ghodeswar