From 1d8c414c9fd6775933196c0cce0bdf1410dee878 Mon Sep 17 00:00:00 2001 From: Gang Zhuo Date: Tue, 6 Jan 2015 23:02:15 -0500 Subject: [PATCH] Bring ConfigForm to front when it's opened before. --- shadowsocks-csharp/View/MenuViewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/View/MenuViewController.cs b/shadowsocks-csharp/View/MenuViewController.cs index 797e52f7..a22a8b05 100755 --- a/shadowsocks-csharp/View/MenuViewController.cs +++ b/shadowsocks-csharp/View/MenuViewController.cs @@ -231,7 +231,7 @@ namespace Shadowsocks.View { if (configForm != null) { - configForm.Focus(); + configForm.Activate(); } else {