Skip to content

Commit

Permalink
close the help panel when the plug-in list loses focus
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfer committed Feb 29, 2012
1 parent 4c2a3d9 commit c35c5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quicksilver/Code-App/QSPlugInsPrefPane.m
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ - (void)paneLoadedByController:(id)controller {
- (void)willUnselect
{
[infoDrawer close];
[pluginInfoPanel close];
}

#if 0
Expand Down

0 comments on commit c35c5bb

Please sign in to comment.