Fix SongEditorWindow resize when a project loads
This commit is contained in:
@@ -259,12 +259,12 @@ SongEditor::~SongEditor()
|
||||
{
|
||||
}
|
||||
|
||||
void SongEditor::saveSettings(QDomDocument& doc, QDomElement& element)
|
||||
void SongEditor::saveSettings( QDomDocument& doc, QDomElement& element )
|
||||
{
|
||||
MainWindow::saveWidgetState(parentWidget(), element);
|
||||
}
|
||||
|
||||
void SongEditor::loadSettings(QDomElement& element)
|
||||
void SongEditor::loadSettings( const QDomElement& element )
|
||||
{
|
||||
MainWindow::restoreWidgetState(parentWidget(), element);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user