typo correction

This commit is contained in:
David Kocik 2021-03-14 18:35:36 +01:00
parent 972dbe238f
commit ffb13767f4

View File

@ -323,7 +323,7 @@ private:
{ {
// This notification is always hidden if !large (means side bar is collapsed) // This notification is always hidden if !large (means side bar is collapsed)
if (!get_large() && !is_finished()) if (!get_large() && !is_finished())
m_state == EState::Hidden; m_state = EState::Hidden;
PopNotification::render(canvas, initial_y, move_from_overlay, overlay_width); PopNotification::render(canvas, initial_y, move_from_overlay, overlay_width);
} }
protected: protected: