Some small fixes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@757 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-31 16:00:17 +00:00
commit 0a589956d7
5 changed files with 51 additions and 20 deletions

View file

@ -219,6 +219,7 @@ namespace Greenshot {
this.Text = "Greenshot";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
this.Activated += new System.EventHandler(this.MainFormActivated);
this.contextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}