User hover style for drop target

This commit is contained in:
Ian Douglas Scott 2024-05-01 12:14:46 -07:00
parent b635c10837
commit 6cca5476ab
2 changed files with 5 additions and 4 deletions

View file

@ -669,7 +669,7 @@ impl Application for App {
if let Some(workspace) =
self.workspaces.iter().find(|x| &x.handle == handle)
{
let item = view::workspace_item(workspace, output);
let item = view::workspace_item(workspace, output, false);
return widget::container(item)
.height(iced::Length::Fixed(size.height))
.width(iced::Length::Fixed(size.width))