Reset showInheritedMembers flag on each action calls (#8879)

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
6.19.x
Vitalii Parfonov 2018-02-23 20:19:03 +02:00 committed by GitHub
parent 55a2588d56
commit 3d4a91f39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class FileStructurePresenter implements FileStructure.ActionDelegate {
@Override
public void actionPerformed(final Member member) {
view.close();
showInheritedMembers = false;
if (member.isBinary()) {
final Resource resource = context.getResource();