mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Attach retranslator to base widget of ViewStep.
This commit is contained in:
parent
3143015440
commit
0c36de68ff
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ PythonQtViewStep::PythonQtViewStep( PythonQtObjectPtr cxt,
|
|||
CalamaresUtils::unmarginLayout( m_widget->layout() );
|
||||
m_cxt.addObject( "_calamares_module_basewidget", m_widget );
|
||||
|
||||
CALAMARES_RETRANSLATE(
|
||||
CALAMARES_RETRANSLATE_WIDGET( m_widget,
|
||||
CalamaresUtils::lookupAndCall( m_obj, { "retranslate" } );
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue