2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

GCC bug workaround.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67274
This commit is contained in:
John Preston
2017-09-19 09:09:09 +03:00
parent 766e7dadb1
commit 3fbb643d51
5 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ TabbedPanel::TabbedPanel(
});
_selector->showRequests()
| rpl::start([this](auto&&) {
showFromSelector();
this->showFromSelector();
}, lifetime());
resize(QRect(0, 0, st::emojiPanWidth, st::emojiPanMaxHeight).marginsAdded(innerPadding()).size());