KeyWorksRW / wxUiEditor

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

Prevent double-assignment in wxToolBar #1379

Closed Randalphwa closed 6 months ago

Randalphwa commented 6 months ago

This PR fixes the rare double assignment when adding a tool to a wxToolBar. The original issued said it was in wxRibbonToolBar, but that was incorrect.

Closes #1376