1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

typo correction

This commit is contained in:
David Kocik
2021-03-14 18:35:36 +01:00
parent 972dbe238f
commit ffb13767f4
+1 -1
View File
@@ -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: