mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 06:29:44 +08:00
Merge pull request #339 from lances101/master
Fixed commit #334 multiple SelectionChanged firing
This commit is contained in:
commit
69e96f24c2
@ -167,6 +167,7 @@ namespace Wox
|
||||
private void settingTab_SelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
{
|
||||
// Update controls inside the selected tab
|
||||
if (e.OriginalSource != settingTab) return;
|
||||
|
||||
if (tabPlugin.IsSelected)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user