Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
enabled download button for wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmuelder committed Nov 28, 2016
1 parent 0da745c commit 35c1dc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public void selectionChanged(SelectionChangedEvent event) {
@Override
public void widgetSelected(SelectionEvent e) {
switch (messageArea.getState()) {
case DOWNLOAD:
case UPDATE:
revealExamples();
break;
Expand Down

0 comments on commit 35c1dc4

Please sign in to comment.