mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
Translation editor fixded
This commit is contained in:
@@ -216,6 +216,7 @@ void TranslationEditor::on_tbAddLanguage_clicked()
|
|||||||
|
|
||||||
void TranslationEditor::on_tbDeleteLanguage_clicked()
|
void TranslationEditor::on_tbDeleteLanguage_clicked()
|
||||||
{
|
{
|
||||||
|
if (!m_currentPageTranslation) return;
|
||||||
m_translationChanging = true;
|
m_translationChanging = true;
|
||||||
m_translationContainer->removeTranslationLanguage(m_currentReportTranslation->language());
|
m_translationContainer->removeTranslationLanguage(m_currentReportTranslation->language());
|
||||||
updateUi();
|
updateUi();
|
||||||
|
Reference in New Issue
Block a user