🎨 Minor formatting tweaks
This commit is contained in:
parent
f19924bcb0
commit
82f452568c
3 changed files with 3 additions and 5 deletions
|
@ -1103,7 +1103,7 @@ void NativeWindowMac::Center() {
|
|||
|
||||
void NativeWindowMac::Invalidate() {
|
||||
[window_ flushWindow];
|
||||
[[window_ contentView] setNeedsDisplay:TRUE];
|
||||
[[window_ contentView] setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetTitle(const std::string& title) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue