mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 00:35:05 +00:00
More fixes for #94
This commit is contained in:
parent
fb1437e4c1
commit
36e6bc2ec6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user