Skip to content

Commit ffa0c74

Browse files
authored
improv: adding refocus if new file opened from file manager (#1413)
1 parent 77fa3f4 commit ffa0c74

File tree

1 file changed

+1
-0
lines changed
  • crates/rnote-ui/src/appwindow

1 file changed

+1
-0
lines changed

crates/rnote-ui/src/appwindow/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ impl RnAppWindow {
570570
self.append_wrapper_new_tab(&wrapper);
571571
}
572572
self.handle_widget_flags(widget_flags, &wrapper.canvas());
573+
self.present();
573574
true
574575
}
575576
}

0 commit comments

Comments
 (0)