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:
parent
c8d3638b9e
commit
1cada1f833
22 changed files with 4039 additions and 941 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue