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() {
|
public boolean shouldCloseOnEsc() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Component getProgressComponent(){
|
public Component getProgressComponent(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue