More work done on structure viewer.

This commit is contained in:
Ernie Pasveer
2022-08-07 12:49:21 -05:00
parent 12a2966936
commit 20fe0caf86
6 changed files with 93 additions and 45 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ void SeerMainWindow::handleText (const QString& text) {
if (msg_text != "") {
statusBar()->showMessage(Seer::filterBookEnds(msg_text, '"', '"'), 3000);
statusBar()->showMessage(Seer::filterBookends(msg_text, '"', '"'), 3000);
QMessageBox::warning(this, "Error.", Seer::filterEscapes(msg_text));