(#976) Make currentPreviewImage shareable between ChannelView-s

This commit is contained in:
rexim
2019-06-12 00:22:26 +07:00
parent e1a901aa98
commit 3f4d3ce14a
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ private:
static constexpr int leftPadding = 8;
static constexpr int scrollbarPadding = 8;
ImagePtr currentPreviewImage = nullptr;
static ImagePtr currentPreviewImage;
private slots:
void wordFlagsChanged()