Skip to content

Commit

Permalink
Merge pull request #82 from zendtech/dariusz
Browse files Browse the repository at this point in the history
ZSTD-5123 corrected enabling/disabling all widgets
  • Loading branch information
dariusz-michura committed Sep 17, 2015
2 parents 240ecb3 + 14b5805 commit 95d2f03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ public void selectByTarget(String id) {
*/
public void setEnabled(boolean enabled) {
serversCombo.setEnabled(enabled);
if (useDefaultServer) {
useDefaultServerButton.setEnabled(enabled);
}
if (addServer) {
addServerButton.setEnabled(enabled);
}
Expand Down

0 comments on commit 95d2f03

Please sign in to comment.