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

Just use -[NSTextView setAlignment].

Closes #13702.

(cherry picked from commit d45ba8ce62)
This commit is contained in:
Andreas Falkenhahn
2015-10-22 00:06:45 +02:00
committed by Dimitri Schoolwerth
parent 66ac3e863f
commit 49d52abb4e
3 changed files with 13 additions and 3 deletions

View File

@@ -662,6 +662,7 @@ wxOSX:
- Fix custom paper support (tijsv).
- Return false from wxSound::Create()/IsOk() if the file doesn't exist.
- Fix scrolling behaviour of wxSearchCtrl (John Roberts).
- Add wxTE_{RIGHT,CENTER} support for multiline wxTextCtrl (Andreas Falkenhahn).
3.0.2: (released 2014-10-06)