Fix Reply Text Showing In Reply Thread Popup (#4101)

This commit is contained in:
Daniel Sage
2022-11-02 19:20:37 -04:00
committed by GitHub
parent 1098be1286
commit 36402a2faf
2 changed files with 9 additions and 13 deletions
-2
View File
@@ -65,7 +65,6 @@ public:
// Misc
bool isDisabled() const;
bool isReplyable() const;
void setRenderReplies(bool render);
private:
// variables
@@ -73,7 +72,6 @@ private:
std::shared_ptr<MessageLayoutContainer> container_;
std::shared_ptr<QPixmap> buffer_{};
bool bufferValid_ = false;
bool renderReplies_ = true;
int height_ = 0;