From 557c68862e5481f9b4a59694d33102f94b1c2a81 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 26 Nov 2019 09:42:14 -0600 Subject: [PATCH] InputRoll - make AllowRightClickSelect true by default --- BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs | 2 +- .../tools/TAStudio/BookmarksBranchesBox.Designer.cs | 1 - BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs b/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs index 6b3b7cacaa..823de5d6b3 100644 --- a/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs +++ b/BizHawk.Client.EmuHawk/CustomControls/InputRoll/InputRoll.cs @@ -56,7 +56,7 @@ namespace BizHawk.Client.EmuHawk public bool HideWasLagFrames { get; set; } [Category("Behavior")] - public bool AllowRightClickSelection { get; set; } + public bool AllowRightClickSelection { get; set; } = true; [Category("Behavior")] public bool LetKeysModifySelection { get; set; } diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs index da6880ddde..785583aa18 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs @@ -148,7 +148,6 @@ // this.BranchView.AllowColumnReorder = false; this.BranchView.AllowColumnResize = false; - this.BranchView.AllowRightClickSelection = true; this.BranchView.AlwaysScroll = false; this.BranchView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs index 57eb976625..d5fb521a14 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs @@ -187,7 +187,6 @@ // this.MarkerView.AllowColumnReorder = false; this.MarkerView.AllowColumnResize = false; - this.MarkerView.AllowRightClickSelection = true; this.MarkerView.AlwaysScroll = false; this.MarkerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left)