Skip to content

Commit

Permalink
chore: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYunPlayer committed Nov 21, 2024
1 parent cc2f41e commit 614a940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TuneLab/UI/MainWindow/Editor/FunctionBar/FunctionBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace TuneLab.UI;
internal class FunctionBar : LayerPanel
{
public event Action<double>? Moved;
public event Action<bool> CollapsePropertiesAsked;
public event Action<bool>? CollapsePropertiesAsked;

public INotifiableProperty<PlayScrollTarget> PlayScrollTarget => mDependency.PlayScrollTarget;
public IActionEvent<QuantizationBase, QuantizationDivision> QuantizationChanged => mQuantizationChanged;
Expand Down

0 comments on commit 614a940

Please sign in to comment.