1
0
Fork 0

GUI: fixed a bug in the RegistersView context menu (now HW BP on [RSP] is back) thanks to DragonLoft for reporting!

This commit is contained in:
Mr. eXoDia 2014-08-15 22:57:35 +02:00
parent 04009aec3e
commit 9b31f0ce7b
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,8 @@ void RegistersView::mousePressEvent(QMouseEvent* event)
mSelected = r;
emit refresh();
}
else
mSelected = UNKNOWN;
}
void RegistersView::mouseDoubleClickEvent(QMouseEvent* event)