Explorar o código

Invalid assertion

Source commit: 0a9a533f506aeda36d7fdd6ec220a4c2decb17eb
Martin Prikryl hai 1 ano
pai
achega
b603b72e33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/forms/Login.cpp

+ 1 - 1
source/forms/Login.cpp

@@ -1957,7 +1957,7 @@ void __fastcall TLoginDialog::SessionTreeEditing(TObject * /*Sender*/,
   AllowEdit =
     !FEditing &&
     (IsFolderOrWorkspaceNode(Node) ||
-     (DebugAlwaysTrue(IsSiteNode(Node)) && !GetNodeSession(Node)->Special));
+     (IsSiteNode(Node) && !GetNodeSession(Node)->Special));
   FRenaming = AllowEdit;
   UpdateControls();
 }