Fix a bad constant and unused var.

This commit is contained in:
Unknown W. Brackets 2013-10-19 14:50:10 -07:00
parent 3a36d5a0fa
commit b243df424e
2 changed files with 1 additions and 2 deletions

View File

@ -156,7 +156,7 @@ void CtrlMemView::paintEvent(QPaintEvent *)
sprintf(temp, "%s (0x%x b)", symbolMap.GetSymbolName(fn),symbolMap.GetSymbolSize(fn));
painter.drawText(205,rowY1 - 2 + rowHeight, temp);
textPen.setColor(0xFF0000000);
textPen.setColor(0xFF000000);
painter.setPen(textPen);
if (align==4)

View File

@ -174,7 +174,6 @@
<addaction name="separator"/>
<addaction name="action_OptionsHardwareTransform"/>
<addaction name="action_OptionsVertexCache"/>
<addaction name="action_OptionsDisplayRawFramebuffer"/>
<addaction name="actionFrameskip"/>
</widget>
<widget class="QMenu" name="menuCore">