title_bar: Avoid zoom window on double clicked on title bar right area. (#522)
Close #516
This commit is contained in:
parent
66d9a34844
commit
a5427ae662
1 changed files with 1 additions and 0 deletions
|
|
@ -472,6 +472,7 @@ impl Render for StoryWorkspace {
|
|||
.justify_end()
|
||||
.px_2()
|
||||
.gap_2()
|
||||
.on_mouse_down(MouseButton::Left, |_, cx| cx.stop_propagation())
|
||||
.child(self.theme_color_picker.clone())
|
||||
.child(
|
||||
Button::new("add-panel")
|
||||
|
|
|
|||
Loading…
Reference in a new issue