mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Translation editor fixded
This commit is contained in:
parent
7a27a325d1
commit
ae535fc9d3
@ -216,6 +216,7 @@ void TranslationEditor::on_tbAddLanguage_clicked()
|
||||
|
||||
void TranslationEditor::on_tbDeleteLanguage_clicked()
|
||||
{
|
||||
if (!m_currentPageTranslation) return;
|
||||
m_translationChanging = true;
|
||||
m_translationContainer->removeTranslationLanguage(m_currentReportTranslation->language());
|
||||
updateUi();
|
||||
|
Loading…
Reference in New Issue
Block a user