mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
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:
parent
9e568c9de3
commit
d52c417327
11 changed files with 134 additions and 115 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue