Bläddra i källkod

* don't mark a file modified in case of an empty paste, resolves #6320

git-svn-id: trunk@8761 -
florian 18 år sedan
förälder
incheckning
74253a0f81
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      ide/weditor.pas

+ 0 - 1
ide/weditor.pas

@@ -5902,7 +5902,6 @@ begin
      InsertFrom(Clipboard);
      if ShowInfo then
        PopInfo;
-     SetModified(true);
    end;
   CloseGroupedAction(eaPaste);
   UnLock;