mirror of https://github.com/odrling/Aegisub
Set the closed marker even on 64-bit OS X
This commit is contained in:
parent
5f89a64f07
commit
75804da4ea
|
@ -257,7 +257,7 @@ void FrameMain::UpdateTitle() {
|
|||
newTitle << " - Aegisub " << GetAegisubLongVersionString();
|
||||
#endif
|
||||
|
||||
#if defined(__WXMAC__) && !defined(__LP64__)
|
||||
#if defined(__WXMAC__)
|
||||
// On Mac, set the mark in the close button
|
||||
OSXSetModified(context->subsController->IsModified());
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue