Add wxTE_{RIGHT,CENTER} support for multiline wxTextCtrl in wxOSX

Just use -[NSTextView setAlignment].

Closes #13702.
This commit is contained in:
Andreas Falkenhahn
2015-10-22 00:06:45 +02:00
committed by Vadim Zeitlin
parent 165842423c
commit d45ba8ce62
3 changed files with 13 additions and 3 deletions

View File

@@ -192,3 +192,4 @@ wxOSX/Cocoa:
events (Igor Korot).
- Implement strike-through support in wxFont (Igor Korot).
- Provide native implementation of wxStandardPaths (Tobias Taschner).
- Add wxTE_{RIGHT,CENTER} support for multiline wxTextCtrl (Andreas Falkenhahn).