From 36e6bc2ec6c858d56b472f3cf4630b374f6bee9f Mon Sep 17 00:00:00 2001 From: Hugo Teso Date: Wed, 12 Apr 2017 10:31:23 +0200 Subject: [PATCH] More fixes for #94 --- src/widgets/memorywidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widgets/memorywidget.cpp b/src/widgets/memorywidget.cpp index 7be16b9f..f6371c45 100644 --- a/src/widgets/memorywidget.cpp +++ b/src/widgets/memorywidget.cpp @@ -35,9 +35,9 @@ MemoryWidget::MemoryWidget(MainWindow *main) : this->memTabWidget = ui->memTabWidget; this->last_fcn = "entry0"; - this->last_disasm_fcn = "entry0"; - this->last_graph_fcn = "entry0"; - this->last_hexdump_fcn = "entry0"; + this->last_disasm_fcn = ""; + this->last_graph_fcn = ""; + this->last_hexdump_fcn = ""; // Increase asm text edit margin QTextDocument *asm_docu = this->disasTextEdit->document();