KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
63 stars 7 forks source link

Bug: Double assignment in wxRibbonToolBar tool #1376

Closed KeyWorksRW closed 7 months ago

KeyWorksRW commented 7 months ago

Description:

Code generationg when using a SVG file for a RibbonTool is creating duplicate assignments. In SDI test, ToolsBarDialog, the generated code is:

    m_tool_svg = m_tool_svg = m_tool_bar->AddTool(wxID_ANY, wxEmptyString,
        wxueBundleSVG(wxue_img::left_svg, 585, 1857, FromDIP(wxSize(24, 24))));