src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 10:04:53 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 10:04:53 +0000 (18:04 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index e91e690..77edf18 100644 (file)
                  "\tif (ws == null) {",
                  "\t\treturn;",
                  "\t}",
-                 "\t",
+                 "\tws.fileViewOpen(ws.file, ws.file_details.new_window,  -1);",
                  "",
                  " }"
                 ]
index 311a5b6..b8a5aa9 100644 (file)
@@ -1876,7 +1876,7 @@ public class Xcls_MainWindow : Object
                                if (ws == null) {
                                        return;
                                }
-                               
+                               ws.fileViewOpen(ws.file, ws.file_details.new_window,  -1);
                        
                         });
                }