Re: [hatari-devel] OS X menu items and shortcuts |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Wed, 4 Jun 2014 21:42:06 -0500
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
>
> On Jun 4, 2014, at 5:03 PM, Bob Carpenter <hatari@xxxxxxxxxx> wrote:
>
> > I am also wondering why the stop animation capture menu item does
> > not actually stop the video capture.
> >
>
> Jerome, Cocoa Pod,
>
> Could one of you examine this change to see if this is correct? I do
> not know any Objective C at all but, after looking around at the nib
> file, I realized the endCaptureAnimation action was empty in
> SDLMain.m. It only contained a comment with a question mark. I simply
> added the code that I saw in CaptureAnimation that was meant to stop
> the animation. When I tested it on my own code, it did stop the AVI
> recording and the menu items were at the correct state. End Animation
> Capture was greyed out and Begin Animation Capture was enabled. I
> also saw that the timer had stopped and the recording LED had changed
> from red to black.
Bob,
your patch sounds reasonable to me, so I've committed it now to the
repository.
Jerome, Cocoa, if you think this should be done in a different way,
please complain!
Thomas