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:
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…
x
Reference in New Issue
Block a user