Skip to content
Snippets Groups Projects
Commit a290fc3f authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QuickToolBar: also translate ui for BorderImage

parent 1732fc14
No related branches found
No related tags found
No related merge requests found
...@@ -412,6 +412,8 @@ void ContextPaneWidgetImage::changeEvent(QEvent *e) ...@@ -412,6 +412,8 @@ void ContextPaneWidgetImage::changeEvent(QEvent *e)
case QEvent::LanguageChange: case QEvent::LanguageChange:
if (ui) if (ui)
ui->retranslateUi(this); ui->retranslateUi(this);
if (uiBorderImage)
uiBorderImage->retranslateUi(this);
break; break;
default: default:
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment