forked from len0rd/rockbox
rbutil: make sure the voice creation window updates its display on startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20896 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a7970d32e8
commit
25f77f60dd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ CreateVoiceWindow::CreateVoiceWindow(QWidget *parent) : QDialog(parent)
|
||||||
{
|
{
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
voicecreator = new VoiceFileCreator(this);
|
voicecreator = new VoiceFileCreator(this);
|
||||||
|
updateSettings();
|
||||||
connect(ui.change,SIGNAL(clicked()),this,SLOT(change()));
|
connect(ui.change,SIGNAL(clicked()),this,SLOT(change()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue