Skip to content

Commit

Permalink
v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
epix37 committed Jul 1, 2014
1 parent 9e460cb commit da05370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Hearthstone Deck Tracker/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ private void MetroWindow_Loaded(object sender, RoutedEventArgs e)

private void MetroWindow_LocationChanged(object sender, EventArgs e)
{
if (WindowState == WindowState.Minimized) return;
_config.TrackerWindowTop = (int)Top;
_config.TrackerWindowLeft = (int)Left;
}
Expand Down
2 changes: 1 addition & 1 deletion Hearthstone Deck Tracker/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Version>
<Major>0</Major>
<Minor>3</Minor>
<Revision>5</Revision>
<Revision>6</Revision>
<Build>0</Build>
</Version>

0 comments on commit da05370

Please sign in to comment.