Fix Reply Text Showing In Reply Thread Popup (#4101)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user