src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 06:30:46 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 1 Feb 2024 06:30:46 +0000 (14:30 +0800)
src/Builder4/MainWindow.vala

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

index 303ec59..7e4f675 100644 (file)
                  "\t}",
                  "\t",
                  "\t",
-                 " \t_this.windowstate.fileViewOpen(f, _this.keystate.is_shift ? false : true);",
+                 " \t_this.windowstate.fileViewOpen(f, _this.keystate.is_shift == 0 ? false : true);",
                  "\t",
                  "\t_this.el.hide();",
                  "\t",
index 2a087c7..4706afb 100644 (file)
@@ -2182,7 +2182,7 @@ public class Xcls_MainWindow : Object
                                }
                                
                                
-                               _this.windowstate.fileViewOpen(f, _this.keystate.is_shift ? false : true);
+                               _this.windowstate.fileViewOpen(f, _this.keystate.is_shift == 0 ? false : true);
                                
                                _this.el.hide();