Skip to content

Commit

Permalink
v3 Bug fixes. 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
cDima committed Dec 3, 2015
1 parent 9c4827f commit 345a8ed
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file modified .vs/ScreenSaver/v14/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion ScreenSaver/ScreenSaver.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<StartArguments>/w</StartArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'All|AnyCPU'">
<StartArguments>/w</StartArguments>
<StartArguments>/s</StartArguments>
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions ScreenSaver/ScreenSaverForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ScreenSaver/ScreenSaverForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public ScreenSaverForm(bool WindowMode = false) : this()

this.MouseDown += ScreenSaverForm_MouseDown;
this.player.MouseDownEvent += Player_MouseDownEvent;
btnClose.Visible = true;
}

public ScreenSaverForm(Rectangle Bounds) : this()
Expand Down Expand Up @@ -258,7 +259,7 @@ private void ScreenSaverForm_MouseMove(object sender, MouseEventArgs e)

// Update current mouse location
mouseLocation = e.Location;
this.btnClose.Visible = true;
if (windowMode) this.btnClose.Visible = true;

}

Expand Down
Binary file modified install/AerialScreenSaverV3.scr
Binary file not shown.
Binary file modified install/aerial.scr.zip
Binary file not shown.

0 comments on commit 345a8ed

Please sign in to comment.