mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 03:11:36 +00:00
Fix formatting issues after cherry-picking commit ab0b5932f7
This commit is contained in:
parent
26d617d88b
commit
7e7c028530
1 changed files with 12 additions and 12 deletions
|
@ -906,7 +906,7 @@ void CSVWorld::DialogueSubView::setEditLock (bool locked)
|
||||||
SimpleDialogueSubView::setEditLock (locked);
|
SimpleDialogueSubView::setEditLock (locked);
|
||||||
|
|
||||||
if (mButtons)
|
if (mButtons)
|
||||||
mButtons->setEditLock (locked);
|
mButtons->setEditLock (locked);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVWorld::DialogueSubView::updateUserSetting (const QString& name, const QStringList& value)
|
void CSVWorld::DialogueSubView::updateUserSetting (const QString& name, const QStringList& value)
|
||||||
|
@ -931,7 +931,7 @@ void CSVWorld::DialogueSubView::updateUserSetting (const QString& name, const QS
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mButtons)
|
if (mButtons)
|
||||||
mButtons->updateUserSetting (name, value);
|
mButtons->updateUserSetting (name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVWorld::DialogueSubView::showPreview ()
|
void CSVWorld::DialogueSubView::showPreview ()
|
||||||
|
|
Loading…
Reference in a new issue