Showing with 1 addition and 0 deletions.
  1. +1 −0 src/app/qgshtmlannotationdialog.cpp
1 change: 1 addition & 0 deletions src/app/qgshtmlannotationdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ QgsHtmlAnnotationDialog::QgsHtmlAnnotationDialog( QgsHtmlAnnotationItem* item, Q
: QDialog( parent, f ), mItem( item ), mEmbeddedWidget( 0 )
{
setupUi( this );
setWindowTitle( tr( "HTML annotation" ) );
mEmbeddedWidget = new QgsAnnotationWidget( mItem );
mEmbeddedWidget->show();
mStackedWidget->addWidget( mEmbeddedWidget );
Expand Down