GUI: fixed find window in AttachDialog
This commit is contained in:
parent
54f100a707
commit
518dcd30d4
|
@ -126,7 +126,7 @@ retryFindWindow:
|
|||
QMessageBox::Yes | QMessageBox::No, this);
|
||||
if(hiddenProcessDialog.exec() == QMessageBox::Yes)
|
||||
{
|
||||
DbgCmdExec(QString("attach " + pid).toUtf8().constData());
|
||||
DbgCmdExec(QString("attach %1").arg(pid, 0, 16).toUtf8().constData());
|
||||
accept();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue