WWA Change:
- added one more check on the drawing dialog before trying to update the enabled controls
This commit is contained in:
parent
252ff1a221
commit
c86003fdf1
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ public abstract class AbstractWWAResource extends
|
|||
}
|
||||
|
||||
//update display if it already exists
|
||||
if(drawingDialog != null){
|
||||
if(drawingDialog != null && !drawingDialog.isDisposed()){
|
||||
drawingDialog.updateControlsEnabled(enableWatchDisplay, enableWarnDisplay, enableAdvisoryDisplay, enableOtherDisplay);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue