Clarified program counter address format in the Insight window
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <QPainter>
|
||||
#include <cmath>
|
||||
|
||||
#include "BodyWidget.hpp"
|
||||
#include "src/Logger/Logger.hpp"
|
||||
@@ -66,4 +65,3 @@ void BodyWidget::drawWidget(QPainter& painter) {
|
||||
30
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
<string>-</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Program Counter Value</string>
|
||||
<string>Program Counter Value (byte address)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user