mirror of https://github.com/stella-emu/stella.git
StringListWidget always wants focus.
This commit is contained in:
parent
07f605d8be
commit
d456721c5e
|
@ -29,6 +29,7 @@ class StringListWidget : public ListWidget
|
|||
virtual ~StringListWidget() = default;
|
||||
|
||||
void setList(const StringList& list);
|
||||
bool wantsFocus() const override { return true; }
|
||||
|
||||
protected:
|
||||
void drawWidget(bool hilite) override;
|
||||
|
|
Loading…
Reference in New Issue