Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bug: Double assignment in wxRibbonToolBar tool #1376

Closed
KeyWorksRW opened this issue Jan 12, 2024 · 0 comments · Fixed by #1379
Closed

Bug: Double assignment in wxRibbonToolBar tool #1376

KeyWorksRW opened this issue Jan 12, 2024 · 0 comments · Fixed by #1379
Labels
bug Something isn't working

Comments

@KeyWorksRW
Copy link
Owner

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))));
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant