Fix userpic drawing
This commit is contained in:
parent
66b5b0ccb2
commit
8ac1cfab79
1 changed files with 2 additions and 0 deletions
|
|
@ -256,11 +256,13 @@ public:
|
||||||
}
|
}
|
||||||
void paintUserpicCircled(
|
void paintUserpicCircled(
|
||||||
Painter &p,
|
Painter &p,
|
||||||
|
std::shared_ptr<Data::CloudImageView> &view,
|
||||||
int x,
|
int x,
|
||||||
int y,
|
int y,
|
||||||
int size) const;
|
int size) const;
|
||||||
void paintUserpicRoundedLarge(
|
void paintUserpicRoundedLarge(
|
||||||
Painter &p,
|
Painter &p,
|
||||||
|
std::shared_ptr<Data::CloudImageView> &view,
|
||||||
int x,
|
int x,
|
||||||
int y,
|
int y,
|
||||||
int size) const;
|
int size) const;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue