mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Checkpoint
This commit is contained in:
@@ -161,6 +161,12 @@ void SeerStackFramesBrowserWidget::handleStoppingPointReached () {
|
||||
}
|
||||
|
||||
void SeerStackFramesBrowserWidget::refresh () {
|
||||
|
||||
// Don't do any work if the widget is hidden.
|
||||
if (isHidden()) {
|
||||
return;
|
||||
}
|
||||
|
||||
emit refreshStackFrames();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user