1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00
This commit is contained in:
YuSanka
2019-01-11 09:00:35 +01:00
parent 2f6bf3e3f2
commit 14096da20a
+4
View File
@@ -2092,6 +2092,8 @@ void PrusaDoubleSlider::OnMotion(wxMouseEvent& event)
void PrusaDoubleSlider::OnLeftUp(wxMouseEvent& event)
{
if (!HasCapture())
return;
this->ReleaseMouse();
m_is_left_down = false;
Refresh();
@@ -2230,6 +2232,8 @@ void PrusaDoubleSlider::OnRightDown(wxMouseEvent& event)
void PrusaDoubleSlider::OnRightUp(wxMouseEvent& event)
{
if (!HasCapture())
return;
this->ReleaseMouse();
m_is_right_down = m_is_one_layer = false;