We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))));
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
Code generationg when using a SVG file for a RibbonTool is creating duplicate assignments. In SDI test, ToolsBarDialog, the generated code is:
The text was updated successfully, but these errors were encountered: