KeyWorksRW / wxUiEditor

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

Get correct page for active tab #1350

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

The called BasePanel may not be the currently selected panel, so start with the top most notebook, find the active tab, then find out which page in the active tab is active.

This PR changes how the active Language tab is determined. By starting with the active tab, the correct display page for the selected language is retrieved, which is necessary for bookmarking to work correctly.

Closes #1347