From 4a9d340a9ac5d16788ff3e1eb86adc5b842fb65b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 12 Oct 2013 22:16:55 +0200 Subject: [PATCH] mac setup: Always focus on plugin in table view --- SparkleShare/Mac/SparkleSetup.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/Mac/SparkleSetup.cs b/SparkleShare/Mac/SparkleSetup.cs index eb50d794..0564426e 100755 --- a/SparkleShare/Mac/SparkleSetup.cs +++ b/SparkleShare/Mac/SparkleSetup.cs @@ -275,6 +275,7 @@ namespace SparkleShare { TableView.SelectRow (Controller.SelectedPluginIndex, false); TableView.ScrollRowToVisible (Controller.SelectedPluginIndex); + MakeFirstResponder ((NSResponder) TableView); HistoryCheckButton = new NSButton () { Frame = new RectangleF (190, Frame.Height - 400, 300, 18),