OSDN Git Service

UserPictureからブラウザで画像を開く操作をダブルクリックからシングルクリックに変更
authorKimura Youichi <kim.upsilon@bucyou.net>
Tue, 29 Apr 2014 23:51:06 +0000 (08:51 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Fri, 2 May 2014 20:08:47 +0000 (05:08 +0900)
OpenTween/ShowUserInfo.Designer.cs
OpenTween/ShowUserInfo.cs

index 353c8e8..3be46c2 100644 (file)
             resources.ApplyResources(this.UserPicture, "UserPicture");
             this.UserPicture.Name = "UserPicture";
             this.UserPicture.TabStop = false;
-            this.UserPicture.DoubleClick += new System.EventHandler(this.UserPicture_DoubleClick);
+            this.UserPicture.Click += new System.EventHandler(this.UserPicture_Click);
             // 
             // LinkLabelFav
             // 
index e7c3599..c59b3ad 100644 (file)
@@ -428,7 +428,7 @@ namespace OpenTween
             this.Owner.AddNewTabForUserTimeline(this._displayUser.ScreenName);
         }
 
-        private void UserPicture_DoubleClick(object sender, EventArgs e)
+        private void UserPicture_Click(object sender, EventArgs e)
         {
             if (UserPicture.Image != null)
             {