Skip to content

Commit

Permalink
TEIIDDES-3091 removed setExpanded() calls
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Aug 15, 2017
1 parent 1a570a8 commit 023e882
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public void expansionStateChanged(ExpansionEvent e) {
section.pack(true);

section.setVisible(visible);
section.setExpanded(visible);

return section;
} // endif
Expand All @@ -174,7 +173,6 @@ public void setVisible(boolean visible) {
// see what to change:
if (section != null) {
// change section:
section.setExpanded(visible);
section.setVisible(visible);
} else {
// no section, just body:
Expand Down

0 comments on commit 023e882

Please sign in to comment.