merge dev

This commit is contained in:
bao-qian
2016-02-26 12:13:04 +00:00
7 changed files with 104 additions and 112 deletions

View File

@@ -75,7 +75,7 @@ namespace Wox
}
else if(eve.PropertyName == "IsVisible")
{
if (vm.IsVisible)
if (vm.MainWindowVisibility.IsVisible())
{
tbQuery.Focus();
}