allow disabling drag and drop on windows
This commit is contained in:
parent
e292821c37
commit
f04bc94b80
2 changed files with 14 additions and 1 deletions
|
|
@ -100,6 +100,8 @@ impl Window {
|
|||
if let Some(parent) = self.platform_specific.parent {
|
||||
window_builder = window_builder.with_parent_window(parent);
|
||||
}
|
||||
window_builder = window_builder
|
||||
.with_drag_and_drop(self.platform_specific.drag_and_drop);
|
||||
}
|
||||
|
||||
window_builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue