OSDN Git Service

TweetDetailsView内のイベントハンドラの設定漏れを修正
authorKimura Youichi <kim.upsilon@bucyou.net>
Sat, 28 May 2016 23:57:12 +0000 (08:57 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Mon, 30 May 2016 15:38:04 +0000 (00:38 +0900)
Fixes: f0d946bc ("発言詳細欄をTweetDetailsViewクラスに分離")

OpenTween/TweetDetailsView.Designer.cs

index f5c3f96..e01e423 100644 (file)
             this.UserPicture.Name = "UserPicture";
             this.TableLayoutPanel1.SetRowSpan(this.UserPicture, 2);
             this.UserPicture.TabStop = false;
+            this.UserPicture.DoubleClick += new System.EventHandler(this.UserPicture_DoubleClick);
+            this.UserPicture.MouseEnter += new System.EventHandler(this.UserPicture_MouseEnter);
+            this.UserPicture.MouseLeave += new System.EventHandler(this.UserPicture_MouseLeave);
             // 
             // ContextMenuUserPicture
             // 
             this.PostBrowser.TabStop = false;
             this.PostBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.PostBrowser_Navigated);
             this.PostBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.PostBrowser_Navigating);
+            this.PostBrowser.StatusTextChanged += new System.EventHandler(this.PostBrowser_StatusTextChanged);
             this.PostBrowser.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.PostBrowser_PreviewKeyDown);
             // 
             // ContextMenuPostBrowser