This commit is contained in:
qianlifeng
2014-07-10 23:57:08 +08:00
parent d89968cfa5
commit f1ce98eb07
1695 changed files with 304635 additions and 56 deletions

View File

@@ -108,15 +108,6 @@ namespace Wox
Dispatcher.Invoke(new Action(() => WindowOpener.Open<SettingWindow>(this)));
}
public void ShowCurrentResultItemTooltip(string text)
{
Dispatcher.Invoke(new Action(() =>
{
toolTip.Content = text;
toolTip.IsOpen = true;
}));
}
public void StartLoadingBar()
{
Dispatcher.Invoke(new Action(StartProgress));