Skip to content

Commit db71ffd

Browse files
committed
remove obsolete calls
1 parent 7b1fb22 commit db71ffd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,6 @@
10301030
ScrollViewer.CanContentScroll="False"
10311031
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
10321032
SelectedItem="{Binding SelectedPlugin}"
1033-
SelectionChanged="SelectedPluginChanged"
10341033
SnapsToDevicePixels="True"
10351034
Style="{DynamicResource PluginListStyle}">
10361035
<ListBox.ItemsPanel>
@@ -1220,8 +1219,7 @@
12201219
Margin="0"
12211220
Padding="1"
12221221
VerticalAlignment="Stretch"
1223-
Content="{Binding SettingControl}"
1224-
SizeChanged="ItemSizeChanged" />
1222+
Content="{Binding SettingControl}" />
12251223
</StackPanel>
12261224

12271225
<StackPanel>

0 commit comments

Comments
 (0)