xcb: make sure to update window title when it is changed
Task-number: QTBUG-33775 Change-Id: Ibe346c4304532d031bfa1c9b4d73cd02d1e5a64f Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
This commit is contained in:
parent
ddeb907442
commit
5250e4f157
@ -1342,6 +1342,7 @@ void QXcbWindow::setWindowTitle(const QString &title)
|
|||||||
8,
|
8,
|
||||||
ba.length(),
|
ba.length(),
|
||||||
ba.constData()));
|
ba.constData()));
|
||||||
|
xcb_flush(xcb_connection());
|
||||||
}
|
}
|
||||||
|
|
||||||
void QXcbWindow::setWindowIcon(const QIcon &icon)
|
void QXcbWindow::setWindowIcon(const QIcon &icon)
|
||||||
|
Loading…
Reference in New Issue
Block a user