mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 09:22:40 +00:00
Qt Callstack: Clear the callstack every time it's updated
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
This commit is contained in:
@@ -21,4 +21,7 @@ public slots:
|
||||
private:
|
||||
Ui::CallStack ui;
|
||||
QStandardItemModel* callstack_model;
|
||||
|
||||
/// Clears the callstack widget while keeping the column widths the same
|
||||
void Clear();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user