mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Version 4.8.5: Fix build with GCC.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user