From 75804da4ea15b41a6cdf6ee6b6d2b7f692e5ed02 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 25 Sep 2015 18:18:36 -0700 Subject: [PATCH] Set the closed marker even on 64-bit OS X --- src/frame_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame_main.cpp b/src/frame_main.cpp index 1a73dbf6c..b35c32960 100644 --- a/src/frame_main.cpp +++ b/src/frame_main.cpp @@ -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