GT-3610 - Updated the analysis log message dialog to not stretch the

entirety of the screen; fixed flax in MessageLog
This commit is contained in:
dragonmacher 2020-03-20 18:40:21 -04:00
parent 9e568c9de3
commit d52c417327
11 changed files with 134 additions and 115 deletions

View file

@ -108,7 +108,7 @@ class LoadPdbTask extends Task {
Msg.showError(getClass(), null, "Load PDB Failed", message, t);
}
if (log.getMsgCount() > 0) {
if (log.hasMessages()) {
MultiLineMessageDialog dialog = new MultiLineMessageDialog("Load PDB File",
"There were warnings/errors loading the PDB file.", log.toString(),
MultiLineMessageDialog.WARNING_MESSAGE, false);