ProgressScreen
can not close on esc
This commit is contained in:
parent
1d9d752832
commit
0673a271ef
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class ProgressScreen extends GridScreen implements ProgressListener, Atom
|
|||
}
|
||||
|
||||
public boolean shouldCloseOnEsc() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public Component getProgressComponent(){
|
||||
|
|
Loading…
Reference in a new issue