mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
typo correction
This commit is contained in:
parent
972dbe238f
commit
ffb13767f4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue