mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 18:12:52 -05:00
fixed layout update problem when switching channels
This commit is contained in:
parent
2cb8736804
commit
9d956f6126
2 changed files with 24 additions and 15 deletions
|
|
@ -154,7 +154,7 @@ private slots:
|
|||
void editPost();
|
||||
void postContextMenu(const QPoint&);
|
||||
void copyMessageLink();
|
||||
void updateZoomFactor(bool zoom_or_unzoom);
|
||||
void onUpdateZoomFactor(bool zoom_or_unzoom);
|
||||
void switchView();
|
||||
void switchOnlyUnread(bool b);
|
||||
void markMessageUnread();
|
||||
|
|
@ -168,7 +168,8 @@ public slots:
|
|||
void copyChannelFilesLink();
|
||||
|
||||
private:
|
||||
void processSettings(bool load);
|
||||
void updateZoomFactor(int what_to_do); // -1=unzoom, 0=nothing, 1=zoom
|
||||
void processSettings(bool load);
|
||||
RsGxsMessageId getCurrentItemId() const;
|
||||
void selectItem(const RsGxsMessageId& msg_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue