Fixed problem with double refresh caused by extra stopping point signal.

This commit is contained in:
Ernie Pasveer
2022-06-02 11:40:24 -05:00
parent 3f150eedc9
commit bd61f95aca
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -121,7 +121,6 @@ void SeerStackFramesBrowserWidget::handleText (const QString& text) {
// Automatically bring up the file for the first live frame.
if (firstLiveFrameLevel != "") {
emit selectedFile(firstLiveFrameFile, firstLiveFrameFullname, firstLiveFrameLine.toInt());
emit selectedFrame(firstLiveFrameLevel.toInt());
}
}