Fix PaneGrid not releasing split properly
This commit is contained in:
parent
4406494ff3
commit
7565d294af
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mouse::Event::ButtonPressed(mouse::Button::Right)
|
mouse::Event::ButtonReleased(mouse::Button::Right)
|
||||||
if self.state.picked_split().is_some() =>
|
if self.state.picked_split().is_some() =>
|
||||||
{
|
{
|
||||||
self.state.drop_split();
|
self.state.drop_split();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue