KeyWorksRW / wxUiEditor

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

Fix code generation for wxStyledTextCtrl::SetTabWidth() #1400

Closed Randalphwa closed 5 months ago

Randalphwa commented 5 months ago

This PR fixes broken logic around generating wxStyledTextCtrl::SetTabWidth() -- previously the tab was only set if use_tabs was false. Now it is set if use_tabs is true and tab width is not equal to 8.