mac setup: Always focus on plugin in table view

This commit is contained in:
Hylke Bons 2013-10-12 22:16:55 +02:00
parent 34e4afa806
commit 4a9d340a9a

View file

@ -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),