Improve stock items consistency and aesthetics.

Closes https://github.com/wxWidgets/wxWidgets/pull/763
This commit is contained in:
Vadim Zeitlin
2018-03-25 14:16:42 +02:00
3 changed files with 14 additions and 8 deletions

View File

@@ -72,6 +72,10 @@ All:
- Make wxList and wxVector iterators conform to input iterator requirements.
- Fix MT-safety problem when reading and writing from wxSocket (jkubalik).
All (GUI):
- Improve stock items consistency and aesthetics (dhowland).
wxGTK:
- Fix the build with glib < 2.32 (e.g. CentOS 6).