Skip to content

Commit

Permalink
Fix broken brush button TL
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharied committed Oct 28, 2024
1 parent fb01734 commit a9c996b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
HorizontalAlignment="Left"
cal:Message.Attach="[Event MouseLeftButtonDown] = [Action OnBrushButtonClick()];"
DecoratorBrush="Tomato"
Text="{markup:Translate [BrushCopied]}"
ToolTip="{markup:Translate [BrushCopiedTipText]}"
Text="{markup:Translate [BrushAlongLane]}"
ToolTip="{markup:Translate [BrushAlongLaneTipText]}"
Visibility="{Binding IsStartObject, Converter={StaticResource BooleanToVisibilityConverter}}" />
<controls:CommonOperationButton
Width="150"
Expand Down

0 comments on commit a9c996b

Please sign in to comment.