mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:06:31 +00:00
fix switcher between modes in DatasetExplorer.xaml
This commit is contained in:
@@ -26,7 +26,7 @@ public class DetectionControl : Border
|
||||
{
|
||||
_grid.Background = value.ColorBrush;
|
||||
_probabilityLabel.Background = value.ColorBrush;
|
||||
_classNameLabel.Text = value.Name;
|
||||
_classNameLabel.Text = value.UIName;
|
||||
_detectionClass = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user