Fix infinite loop when deleting columns from wxTreeListCtrl.
Wrong variable was checked in the loop adjusting the columns values resulting in an infinite loop. Closes #16955.
This commit is contained in:
@@ -584,6 +584,7 @@ Unix:
|
||||
|
||||
All (GUI):
|
||||
|
||||
- Fix hang when deleting columns from wxTreeListCtrl.
|
||||
- Fix several floating point rounding bugs in wxPropertyGrid (Artur Wieczorek).
|
||||
- Restore support for wxFD_OVERWRITE_PROMPT and wxFD_FILE_MUST_EXIST in
|
||||
wxGenericFileDialog which was accidentally lost some time ago (Carl Godkin).
|
||||
|
Reference in New Issue
Block a user