missing update calls added
This commit is contained in:
parent
8e8431f186
commit
35990ac233
@ -83,6 +83,8 @@ void QskSubWindow::setWindowTitle( const QString& title )
|
|||||||
if ( m_data->windowTitle != title )
|
if ( m_data->windowTitle != title )
|
||||||
{
|
{
|
||||||
m_data->windowTitle = title;
|
m_data->windowTitle = title;
|
||||||
|
|
||||||
|
update();
|
||||||
Q_EMIT windowTitleChanged();
|
Q_EMIT windowTitleChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -101,7 +103,6 @@ void QskSubWindow::setWindowTitleTextOptions( const QskTextOptions& options )
|
|||||||
update();
|
update();
|
||||||
Q_EMIT windowTitleTextOptionsChanged();
|
Q_EMIT windowTitleTextOptionsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QskTextOptions QskSubWindow::windowTitleTextOptions() const
|
QskTextOptions QskSubWindow::windowTitleTextOptions() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user