diff --git a/core/document.cpp b/core/document.cpp index 0aa5b6980..e6dd6e3a0 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -1237,6 +1237,7 @@ void DocumentPrivate::recalculateForms() if ( newVal != oldVal ) { fft->setText( newVal ); + fft->setAppearanceText( newVal ); if ( const Okular::Action *action = fft->additionalAction( Okular::FormField::FormatField ) ) { // The format action handles the refresh.