1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Set the closed marker even on 64-bit OS X

This commit is contained in:
Thomas Goyne 2015-09-25 18:18:36 -07:00
parent 5f89a64f07
commit 75804da4ea

View File

@ -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