Fix deprecation warning on macOS
This commit is contained in:
parent
4bb6f711b9
commit
7ee323f0d5
1 changed files with 2 additions and 2 deletions
|
|
@ -357,10 +357,10 @@ public:
|
|||
|
||||
switch (type) {
|
||||
case Overlay::OverlayDebug:
|
||||
[m_OverlayTextFields[type] setAlignment:NSLeftTextAlignment];
|
||||
[m_OverlayTextFields[type] setAlignment:NSTextAlignmentLeft];
|
||||
break;
|
||||
case Overlay::OverlayStatusUpdate:
|
||||
[m_OverlayTextFields[type] setAlignment:NSRightTextAlignment];
|
||||
[m_OverlayTextFields[type] setAlignment:NSTextAlignmentRight];
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue