Skip to content

Commit

Permalink
Keep the reference icons when opening references
Browse files Browse the repository at this point in the history
fixes #559
closes #623
  • Loading branch information
dungpa authored and latkin committed Sep 8, 2015
1 parent f9caa57 commit e466cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public override string GetEditLabel()

public override object GetIconHandle(bool open)
{
return this.ProjectMgr.ImageHandler.GetIconHandle(open ? (int)ProjectNode.ImageName.OpenReferenceFolder : (int)ProjectNode.ImageName.ReferenceFolder);
return this.ProjectMgr.ImageHandler.GetIconHandle((int)ProjectNode.ImageName.ReferenceFolder);
}


Expand Down

0 comments on commit e466cc0

Please sign in to comment.