mirror of https://github.com/stella-emu/stella.git
Remove focus from description in debugger CartRAM widget.
This commit is contained in:
parent
754cb5d4c6
commit
46e7830c2b
|
@ -74,7 +74,6 @@ CartRamWidget::CartRamWidget(
|
|||
myDesc->setEditable(false);
|
||||
myDesc->setEnabled(false);
|
||||
myDesc->setList(sl);
|
||||
addFocusWidget(myDesc);
|
||||
|
||||
ypos += myDesc->getHeight() + myFontHeight / 2;
|
||||
|
||||
|
|
Loading…
Reference in New Issue