Skip to content

Commit

Permalink
fix(example): sctk_drag id
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 7, 2023
1 parent 2424fe3 commit 2e0d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sctk_drag/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl Application for DndTest {
.map(|t| t.to_string())
.collect(),
DndAction::Move,
window::Id::unique(),
window::Id::MAIN,
Some(DndIcon::Custom(iced::window::Id::unique())),
Box::new(MyDndString(
self.current_text.chars().rev().collect::<String>(),
Expand Down

0 comments on commit 2e0d260

Please sign in to comment.