Remove focus from description in debugger CartRAM widget.

This commit is contained in:
Stephen Anthony 2020-06-09 16:45:53 -02:30
parent 754cb5d4c6
commit 46e7830c2b
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ CartRamWidget::CartRamWidget(
myDesc->setEditable(false);
myDesc->setEnabled(false);
myDesc->setList(sl);
addFocusWidget(myDesc);
ypos += myDesc->getHeight() + myFontHeight / 2;