Skip to content

Commit

Permalink
Merge branch 'feat.more-keybinds' of https://github.com/zacharied/Ong…
Browse files Browse the repository at this point in the history
…ekiFumenEditor into batch_mode
  • Loading branch information
MikiraSora committed Oct 29, 2024
2 parents c4d3f4d + a9c996b commit c4df6ec
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 c4df6ec

Please sign in to comment.