1
0
Fork 0
forked from len0rd/rockbox

soc_desc: new version of the desc file format

Fix qeditor to use the old soc_desc_v1.
Port hwstub_shell to the new description format.

Change-Id: I9fefbff534bfaa5c3603bb3dd8307a2b76e88cfc
This commit is contained in:
Amaury Pouly 2014-12-14 11:53:55 +01:00
parent c8d3638b9e
commit 1cada1f833
22 changed files with 4039 additions and 941 deletions

View file

@ -1004,7 +1004,7 @@ void MyTextEditor::SetReadOnly(bool en)
if(en)
m_toolbar->hide();
else
m_toolbar->hide();
m_toolbar->show();
m_edit->setReadOnly(en);
}