1
0
Fork 0

GUI: only draw memory map contents when debugging #1399

This commit is contained in:
mrexodia 2016-12-27 19:58:53 +01:00
parent 8b4c784457
commit 74582ba0d1
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ MemoryMapView::MemoryMapView(StdTable* parent)
: StdTable(parent),
mCipBase(0)
{
setDrawDebugOnly(true);
enableMultiSelection(false);
int charwidth = getCharWidth();