Allow setting custom tooltip text for "New" button in wxPGArrayEditorDialog

Ability to change the tooltip can be useful if standard text "New item" is not descriptive enough.
This commit is contained in:
Artur Wieczorek
2018-12-22 12:30:05 +01:00
parent 686380c331
commit 0fbc4cd6ab
4 changed files with 25 additions and 3 deletions

View File

@@ -116,6 +116,8 @@ All (GUI):
- Fix wxInfoBar close button size in high DPI (Stefan Ziegler).
- Make disabling the window before creating it actually work.
- Allow changing tooltip text for button allowing to enter a new string
in wxPGArrayEditorDialog.
3.1.2: (released 2018-12-10)