mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 09:30:41 +08:00
Fixed problem with double refresh caused by extra stopping point signal.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user