We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi!,
there is a little bug in code,
patch:
diff --git a/Models/Dynamic/DynChooseChannel.cs b/Models/Dynamic/DynChooseChannel.cs index b0ae9be..e2e0b80 100644 --- a/Models/Dynamic/DynChooseChannel.cs +++ b/Models/Dynamic/DynChooseChannel.cs @@ -71,7 +71,7 @@ namespace Kaenx.Creator.Models.Dynamic
public IDynItems Copy() {
DynChooseBlock dyn = (DynChooseBlock)this.MemberwiseClone();
DynChooseChannel dyn = (DynChooseChannel)this.MemberwiseClone(); dyn.Items = new ObservableCollection<IDynItems>(); foreach (IDynItems item in this.Items) dyn.Items.Add((IDynItems)item.Copy());
thank you for your big-good job!
regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi!,
there is a little bug in code,
patch:
diff --git a/Models/Dynamic/DynChooseChannel.cs b/Models/Dynamic/DynChooseChannel.cs
index b0ae9be..e2e0b80 100644
--- a/Models/Dynamic/DynChooseChannel.cs
+++ b/Models/Dynamic/DynChooseChannel.cs
@@ -71,7 +71,7 @@ namespace Kaenx.Creator.Models.Dynamic
thank you for your big-good job!
regards
The text was updated successfully, but these errors were encountered: