mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
automatic error log window popup be gone.
This commit is contained in:
parent
7d188c8a1e
commit
83babb8a52
5 changed files with 43 additions and 10 deletions
|
|
@ -580,10 +580,6 @@ UI::process_error_message (Transmitter::Channel chn, const char *str)
|
|||
cerr << prefix << str << endl;
|
||||
} else {
|
||||
display_message (prefix, prefix_len, ptag, mtag, str);
|
||||
|
||||
if (!errors->is_visible() && chn != Transmitter::Info) {
|
||||
show_errors ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue