forked from len0rd/rockbox
Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27253 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb09d6354c
commit
a8bb62e6e2
3 changed files with 48 additions and 2 deletions
|
@ -163,6 +163,8 @@ void EditorWindow::setupUI()
|
|||
deviceDock->setWidget(deviceConfig);
|
||||
deviceDock->setFloating(true);
|
||||
deviceDock->hide();
|
||||
|
||||
shiftTab(-1);
|
||||
}
|
||||
|
||||
void EditorWindow::setupMenus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue