mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change to one way binding mode
This commit is contained in:
parent
8cdb87271a
commit
e98964a01e
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@
|
|||
PreviewDragOver="OnPreviewDragOver"
|
||||
PreviewKeyUp="QueryTextBox_KeyUp"
|
||||
Style="{DynamicResource QueryBoxStyle}"
|
||||
Text="{Binding QueryText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
||||
Text="{Binding QueryText, Mode=OneWay}"
|
||||
Visibility="Visible"
|
||||
WindowChrome.IsHitTestVisibleInChrome="True">
|
||||
<TextBox.CommandBindings>
|
||||
|
|
@ -377,7 +377,7 @@
|
|||
Style="{DynamicResource SeparatorStyle}" />
|
||||
</ContentControl>
|
||||
</Grid>
|
||||
|
||||
|
||||
<Border Style="{DynamicResource WindowRadius}">
|
||||
<Border.Clip>
|
||||
<MultiBinding Converter="{StaticResource BorderClipConverter}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue