mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
0.9.30 dev version - fix forwarded text style, fixed sticker preview update on sticker load
This commit is contained in:
@@ -197,6 +197,7 @@ StickerPreviewWidget::StickerPreviewWidget(QWidget *parent) : TWidget(parent)
|
||||
, _gif(0)
|
||||
, _cacheStatus(CacheNotLoaded) {
|
||||
setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||
connect(App::wnd(), SIGNAL(imageLoaded()), this, SLOT(update()));
|
||||
}
|
||||
|
||||
void StickerPreviewWidget::paintEvent(QPaintEvent *e) {
|
||||
|
Reference in New Issue
Block a user