mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 04:57:55 -05:00
Shader Debugger: Fix freeze when double-clicking shader disassembly
This commit is contained in:
@ -359,7 +359,7 @@ void GPUCommandListWidget::CopyAllToClipboard() {
|
||||
QClipboard* clipboard = QApplication::clipboard();
|
||||
QString text;
|
||||
|
||||
QAbstractItemModel* model = static_cast<QAbstractListModel*>(list_widget->model());
|
||||
QAbstractItemModel* model = static_cast<QAbstractItemModel*>(list_widget->model());
|
||||
|
||||
for (int row = 0; row < model->rowCount({}); ++row) {
|
||||
for (int col = 0; col < model->columnCount({}); ++col) {
|
||||
|
Reference in New Issue
Block a user