diff options
-rw-r--r-- | qtmips_gui/newdialog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qtmips_gui/newdialog.cpp b/qtmips_gui/newdialog.cpp index 565d353..63ee656 100644 --- a/qtmips_gui/newdialog.cpp +++ b/qtmips_gui/newdialog.cpp @@ -36,6 +36,10 @@ NewDialog::NewDialog(QWidget *parent, QSettings *settings) : QDialog(parent) { cache_handler_d = new NewDialogCacheHandler(this, ui_cache_d); cache_handler_p = new NewDialogCacheHandler(this, ui_cache_p); + // TODO remove this block when protections are implemented + ui->mem_protec_exec->setVisible(false); + ui->mem_protec_write->setVisible(false); + load_settings(); // Also configures gui } |