fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_title_override to false.
This commit is contained in:
parent
22ad1c4d23
commit
36191fb02d
1 changed files with 1 additions and 0 deletions
|
@ -355,6 +355,7 @@ void WinClient::setTitle(FbTk::FbString &title) {
|
|||
m_title_override = true;
|
||||
if (m_win)
|
||||
m_win->updateTitleFromClient(*this);
|
||||
m_title_override = false;
|
||||
}
|
||||
|
||||
void WinClient::setIconTitle(FbTk::FbString &icon_title) {
|
||||
|
|
Loading…
Reference in a new issue