mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Implemented timeline caret scrolling logic Added special treeview style for the layer properties tree
15 lines
370 B
C#
15 lines
370 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Artemis.UI.Screens.Module.ProfileEditor.Visualization.Tools
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for SelectionAddToolView.xaml
|
|
/// </summary>
|
|
public partial class SelectionAddToolView : UserControl
|
|
{
|
|
public SelectionAddToolView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |