diff --git a/SparkleShare/Linux/Note.cs b/SparkleShare/Linux/Note.cs index 8afb46fb..6beb31fe 100644 --- a/SparkleShare/Linux/Note.cs +++ b/SparkleShare/Linux/Note.cs @@ -56,6 +56,9 @@ namespace SparkleShare { Controller.ShowWindowEvent += delegate { Application.Invoke (delegate { + if (Child != null) + Remove (Child); + CreateNote (); ShowAll (); Present ();