mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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:
parent
bd8efca35b
commit
8f042ac163
1 changed files with 1 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue