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(
|
||||
Painter &p,
|
||||
std::shared_ptr<Data::CloudImageView> &view,
|
||||
int x,
|
||||
int y,
|
||||
int size) const;
|
||||
void paintUserpicRoundedLarge(
|
||||
Painter &p,
|
||||
std::shared_ptr<Data::CloudImageView> &view,
|
||||
int x,
|
||||
int y,
|
||||
int size) const;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue