mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-15 11:07:38 -04:00
Theme Editor: Enabled tag closing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26566 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0af8860775
commit
d41a681053
4 changed files with 35 additions and 0 deletions
|
@ -35,6 +35,11 @@ SkinDocument::~SkinDocument()
|
|||
delete model;
|
||||
}
|
||||
|
||||
bool SkinDocument::requestClose()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void SkinDocument::setupUI()
|
||||
{
|
||||
/* Setting up the text edit */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue