2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

fixed build for os x, only cmd+m, cmd+w now work, not ctrl+m, ctrl+w

This commit is contained in:
John Preston
2015-10-12 23:31:05 +02:00
parent fe9a1bc947
commit dc6f719d4d
7 changed files with 14 additions and 44 deletions

View File

@@ -2010,7 +2010,7 @@ void MembersBox::paintEvent(QPaintEvent *e) {
if (paint(p)) return;
QString title(lang(_inner.filter() == MembersFilterRecent ? lng_channel_members : lng_channel_admins));
paintTitle(p, title, false);
paintTitle(p, title);
}
void MembersBox::resizeEvent(QResizeEvent *e) {