2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

conflicts fixed, moved to open sans font

This commit is contained in:
John Preston
2014-06-17 10:12:18 +04:00
18 changed files with 81 additions and 85 deletions

View File

@@ -2394,7 +2394,9 @@ void HistoryWidget::updateOnlineDisplay(int32 x, int32 w) {
if (titlePeerText != text) {
titlePeerText = text;
titlePeerTextWidth = st::dlgHistFont->m.width(titlePeerText);
App::main()->topBar()->update();
if (App::main()) {
App::main()->topBar()->update();
}
}
updateOnlineDisplayTimer();
}