Fix inconsistent message log action state (GTK client) (#2167)

This commit is contained in:
Mike Gelfand
2021-11-15 15:26:44 +03:00
committed by GitHub
parent 250a2e3cc5
commit a26400c3dc
3 changed files with 20 additions and 12 deletions

View File

@@ -24,6 +24,9 @@ public:
protected:
MessageLogWindow(Gtk::Window& parent, Glib::RefPtr<Session> const& core);
void on_show() override;
void on_hide() override;
private:
class Impl;
std::unique_ptr<Impl> const impl_;