fixed update of sizes in channel list view

This commit is contained in:
csoler 2020-08-28 14:07:32 +02:00
parent 81e08d0004
commit 03ac2eb53c
3 changed files with 15 additions and 16 deletions

View file

@ -144,7 +144,7 @@ private slots:
void filterChanged(QString);
void setViewMode(int viewMode);
void settingsChanged();
void handlePostsTreeSizeChange(QSize s);
void handlePostsTreeSizeChange(QSize s, bool force=false);
void postChannelPostLoad();
void editPost();
void postContextMenu(const QPoint&);