Codebase list gnote / 010df37
Fix note always re-opening in new window Aurimas Černius 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9090 if (note->has_window()) {
9191 win = dynamic_cast<MainWindow*>(note->get_window()->host());
9292 }
93 else {
93 if(!win) {
9494 win = &g.get_window_for_note();
9595 }
9696 }