From 731701ee554833c5e69c1eb77764cda425ca9308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 15 Apr 2018 20:16:00 +0200 Subject: When changing focus load it back to edit field in memoryview --- qtmips_gui/memoryview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui') diff --git a/qtmips_gui/memoryview.cpp b/qtmips_gui/memoryview.cpp index 5377ae1..d2f33d3 100644 --- a/qtmips_gui/memoryview.cpp +++ b/qtmips_gui/memoryview.cpp @@ -42,6 +42,7 @@ void MemoryView::set_focus(std::uint32_t address) { } else { memf->focus((address - addr_0) / 4); } + edit_load_focus(); } std::uint32_t MemoryView::focus() { -- cgit v1.2.3