瀏覽代碼

Invalid assertion

Source commit: 0a9a533f506aeda36d7fdd6ec220a4c2decb17eb
Martin Prikryl 1 年之前
父節點
當前提交
b603b72e33
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
 }