Changed zoom to be enabled by default.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2278 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-11-13 09:15:34 +00:00
commit 8f042ac163

View file

@ -127,6 +127,7 @@ namespace Greenshot.Forms {
// Fix missing focus // Fix missing focus
WindowDetails.ToForeground(this.Handle); WindowDetails.ToForeground(this.Handle);
this.TopMost = true; this.TopMost = true;
CreateZoom();
} }
private void CreateZoom() { private void CreateZoom() {