File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 339339 </MultiTrigger >
340340
341341 <!-- Floating hint -->
342- <Trigger Property =" wpf:HintAssist.IsFloating" Value =" True" >
342+ <MultiTrigger >
343+ <MultiTrigger .Conditions>
344+ <Condition Property =" wpf:HintAssist.IsFloating" Value =" True" />
345+ <Condition SourceName =" Hint" Property =" IsHintInFloatingPosition" Value =" True" />
346+ </MultiTrigger .Conditions>
343347 <Setter TargetName =" Hint" Property =" HintOpacity" Value =" 1" />
344- </Trigger >
348+ </MultiTrigger >
345349 <MultiTrigger >
346350 <MultiTrigger .Conditions>
347351 <Condition Property =" wpf:HintAssist.IsFloating" Value =" True" />
348352 <Condition Property =" IsKeyboardFocused" Value =" True" />
349353 </MultiTrigger .Conditions>
354+ <Setter TargetName =" Hint" Property =" HintOpacity" Value =" 1" />
350355 <Setter TargetName =" Hint" Property =" Foreground" Value =" {Binding Path=(wpf:HintAssist.Foreground), RelativeSource={RelativeSource TemplatedParent}}" />
351356 </MultiTrigger >
352357
You can’t perform that action at this time.
0 commit comments