Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
braunms committed Aug 22, 2023
1 parent a084ab1 commit c9067be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Visualizations/Management/DataManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ protected void SelectionChanged(object sender, PropertyChangedEventArgs e)
return;
}
string property_name = e.PropertyName;
Log.Default.Msg(Log.Level.Debug, "Property Changed: " + property_name);

using (_data_series.SuspendUpdates())
{
Expand All @@ -161,7 +160,6 @@ protected void SelectionChanged(object sender, PropertyChangedEventArgs e)
_data_series.Update(i, _data_series[i], _data_series.Metadata[i]);
}
}

}


Expand Down
2 changes: 0 additions & 2 deletions Visualizations/Types/DEBUGColumns.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ namespace Visualizations
{
namespace Types
{


public class SelectedStrokePaletteProvider : IStrokePaletteProvider
{
readonly Color _selected_stroke = Colors.Red;
Expand Down
4 changes: 2 additions & 2 deletions Visualizations/Visualizations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<Compile Include="Management\ServiceManager.cs" />
<Compile Include="Management\WindowManager.cs" />
<Compile Include="Types\AbstractVisualization.cs" />
<Compile Include="Types\DEBUG\DEBUGColumns.cs" />
<Compile Include="Types\DEBUG\DEBUGLines.cs" />
<Compile Include="Types\DEBUGColumns.cs" />
<Compile Include="Types\DEBUGLines.cs" />
<Compile Include="VisualizationManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down

0 comments on commit c9067be

Please sign in to comment.