Skip to content

Commit

Permalink
Ensure progressIndicator is frontmost.
Browse files Browse the repository at this point in the history
  • Loading branch information
futureimperfect committed Nov 16, 2017
1 parent f06bd52 commit 3fea80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EFIgy/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ - (IBAction)getEFIReport:(id)sender
{
self.getEFIReportButton.enabled = NO;
self.progressIndicator.hidden = NO;
self.progressIndicator.layer.zPosition = 5;
[self.progressIndicator startAnimation:self];

self.transparentBlackView = [[NSView alloc] initWithFrame:[[self.window contentView] frame]];
Expand Down

0 comments on commit 3fea80c

Please sign in to comment.