Commit cf643b1c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx_dialog_provider: Upon cancel, set the progress bar to indeterminate.

parent ac05d34d
......@@ -134,6 +134,8 @@
- (IBAction)cancelDialog:(id)sender
{
_isCancelled = YES;
[_progressBar setIndeterminate:YES];
[_progressBar startAnimation:self];
}
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment