mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Version 4.8.5: Fix build with GCC.
This commit is contained in:
parent
e646205bca
commit
9a6cb68d71
1 changed files with 0 additions and 1 deletions
|
@ -388,7 +388,6 @@ void Header::show(HeaderData data) {
|
||||||
? _playPause->x()
|
? _playPause->x()
|
||||||
: (outer - st::storiesHeaderMargin.right());
|
: (outer - st::storiesHeaderMargin.right());
|
||||||
const auto nameLeft = st::storiesHeaderNamePosition.x();
|
const auto nameLeft = st::storiesHeaderNamePosition.x();
|
||||||
const auto nameNatural = _name->naturalWidth();
|
|
||||||
if (counter) {
|
if (counter) {
|
||||||
counter += st::normalFont->spacew;
|
counter += st::normalFont->spacew;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue