From 9bbd95a6f222ca96232437ef358b3cecffd9577c Mon Sep 17 00:00:00 2001 From: David Sparer Date: Tue, 24 May 2016 16:52:37 -0600 Subject: [PATCH] Fixed minor UI annoyance in frmOptions where you could not see the active page after clicking within that page. --- mRemoteV1/UI/Forms/frmOptions.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mRemoteV1/UI/Forms/frmOptions.Designer.cs b/mRemoteV1/UI/Forms/frmOptions.Designer.cs index 4b8606dac..b3b949391 100644 --- a/mRemoteV1/UI/Forms/frmOptions.Designer.cs +++ b/mRemoteV1/UI/Forms/frmOptions.Designer.cs @@ -88,6 +88,7 @@ this.lstOptionPages.FullRowSelect = true; this.lstOptionPages.GridLines = true; this.lstOptionPages.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.lstOptionPages.HideSelection = false; this.lstOptionPages.LabelWrap = false; this.lstOptionPages.Location = new System.Drawing.Point(0, 0); this.lstOptionPages.MultiSelect = false;