mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Fixed refresh after a terminate+restart.
This commit is contained in:
@@ -162,8 +162,10 @@ void SeerStackFramesBrowserWidget::handleStoppingPointReached () {
|
||||
|
||||
void SeerStackFramesBrowserWidget::handleSessionTerminated () {
|
||||
|
||||
// Delete previous contents.
|
||||
// Delete previous contents and remembered state.
|
||||
stackTreeWidget->clear();
|
||||
|
||||
_previousStackFrameText = "";
|
||||
}
|
||||
|
||||
void SeerStackFramesBrowserWidget::refresh () {
|
||||
|
||||
Reference in New Issue
Block a user