From ffb13767f44d0d4aaf71f8edbc9d5863c15f86fa Mon Sep 17 00:00:00 2001 From: David Kocik Date: Sun, 14 Mar 2021 18:35:36 +0100 Subject: [PATCH] typo correction --- src/slic3r/GUI/NotificationManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/NotificationManager.hpp b/src/slic3r/GUI/NotificationManager.hpp index e86ac8056..651deace8 100644 --- a/src/slic3r/GUI/NotificationManager.hpp +++ b/src/slic3r/GUI/NotificationManager.hpp @@ -323,7 +323,7 @@ private: { // This notification is always hidden if !large (means side bar is collapsed) if (!get_large() && !is_finished()) - m_state == EState::Hidden; + m_state = EState::Hidden; PopNotification::render(canvas, initial_y, move_from_overlay, overlay_width); } protected: