diff --git a/Source/GUI/MemWatcher/DlgAddWatchEntry.cpp b/Source/GUI/MemWatcher/DlgAddWatchEntry.cpp index a39770b3..169acf7e 100644 --- a/Source/GUI/MemWatcher/DlgAddWatchEntry.cpp +++ b/Source/GUI/MemWatcher/DlgAddWatchEntry.cpp @@ -251,7 +251,8 @@ void DlgAddWatchEntry::accept() m_entry->setLabel("No label"); else m_entry->setLabel(m_txbLabel->text().toStdString()); - + m_entry->setBase(Common::MemBase::base_decimal); + m_entry->setSignedUnsigned(false); setResult(QDialog::Accepted); hide(); }