Skip to content

Commit

Permalink
fixed a bug with the new cycle edge and screen hotkeys when "reserve …
Browse files Browse the repository at this point in the history
…space" is disabled. updated assembly version.
  • Loading branch information
ArcadeRenegade committed Feb 13, 2016
1 parent 46fd318 commit 7e0e518
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SidebarDiagnostics/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.1.0")]
[assembly: AssemblyFileVersion("3.0.1.0")]
[assembly: AssemblyVersion("3.0.2.0")]
[assembly: AssemblyFileVersion("3.0.2.0")]
4 changes: 4 additions & 0 deletions SidebarDiagnostics/Sidebar.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ private void BindPosition(Action callback)
{
SetAppBar(_screen, _edge, _windowWA, _appbarWA, callback);
}
else if (callback != null)
{
callback();
}
}

private delegate void BindModelHandler();
Expand Down

0 comments on commit 7e0e518

Please sign in to comment.