Skip to content

Commit

Permalink
ZSTD-5123 corrected enabling/disabling all widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusz-michura committed Sep 17, 2015
1 parent 240ecb3 commit 14b5805
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 14b5805

Please sign in to comment.