GUI: only draw memory map contents when debugging #1399
This commit is contained in:
parent
8b4c784457
commit
74582ba0d1
|
@ -18,6 +18,7 @@ MemoryMapView::MemoryMapView(StdTable* parent)
|
|||
: StdTable(parent),
|
||||
mCipBase(0)
|
||||
{
|
||||
setDrawDebugOnly(true);
|
||||
enableMultiSelection(false);
|
||||
|
||||
int charwidth = getCharWidth();
|
||||
|
|
Loading…
Reference in New Issue