mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
removed trace.
This commit is contained in:
parent
63c57cccce
commit
6ef6a63b09
@ -50,7 +50,6 @@ namespace GARbro.GUI
|
||||
|
||||
var selected = models.FirstOrDefault (f => f.Tag.Equals (default_format));
|
||||
image_format.ItemsSource = models;
|
||||
Trace.WriteLine (selected != null ? selected.Tag : "null", "image_format");
|
||||
if (null != selected)
|
||||
image_format.SelectedItem = selected;
|
||||
else if (models.Any())
|
||||
|
Loading…
x
Reference in New Issue
Block a user