From c82fd7320a83daec780bb9f7c11239e269410c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 25 Jan 2018 17:10:59 +0100 Subject: Add focus function to memory view --- qtmips_gui/programdock.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'qtmips_gui/programdock.cpp') diff --git a/qtmips_gui/programdock.cpp b/qtmips_gui/programdock.cpp index 06aa9cd..3d881df 100644 --- a/qtmips_gui/programdock.cpp +++ b/qtmips_gui/programdock.cpp @@ -2,8 +2,6 @@ #include "qtmipsexception.h" ProgramView::ProgramView(QWidget *parent) : MemoryView(parent) { - set_focus(0x80020000); // Initialize focus address to program start - cb_single = new QComboBox(this); cb_single->addItems({ "Don't follow", -- cgit v1.2.3