]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/debug/riscdasmbrowser.cpp
Fix for bad branch handling in OP.
[virtualjaguar] / src / gui / debug / riscdasmbrowser.cpp
index 67e69c9733a54201ac72de9dd6b77655af745066..2d8fc0e63dd5a60156b3b9bbfb85bc46b6fff45b 100644 (file)
@@ -42,8 +42,8 @@ RISCDasmBrowserWindow::RISCDasmBrowserWindow(QWidget * parent/*= 0*/): QWidget(p
        // Need to set the size as well...
 //     resize(560, 480);
 
-//     QFont fixedFont("Lucida Console", 8, QFont::Normal);
-       QFont fixedFont("", 8, QFont::Normal);
+       QFont fixedFont("Lucida Console", 8, QFont::Normal);
+//     QFont fixedFont("", 8, QFont::Normal);
        fixedFont.setStyleHint(QFont::TypeWriter);
        text->setFont(fixedFont);
 ////   layout->setSizeConstraint(QLayout::SetFixedSize);