Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84bb428

Browse files
committed
Fixed issue#1314: Make fixed columns non-draggable
1 parent8afd48e commit84bb428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Source/VirtualTrees.Header.pas‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3243,6 +3243,8 @@ procedure TVirtualTreeColumn.SetOptions(Value : TVTColumnOptions);
32433243
ToBeSet :=Value - FOptions;
32443244

32453245
FOptions :=Value;
3246+
if coFixedin ToBeSetthen
3247+
FOptions := FOptions - [coDraggable];// issue #1314
32463248

32473249
VisibleChanged := coVisiblein (ToBeSet + ToBeCleared);
32483250
lParentColorSet := coParentColorin ToBeSet;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp