Skip to content

Commit 11f60c4

Browse files
Fix: Grid view 'source' is read only
In the grid data/info tap only the comment row can be edited. All other rows are read only
1 parent aac8786 commit 11f60c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/code/main.lfm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ object FormTrackerModify: TFormTrackerModify
192192
Width = 50
193193
end
194194
item
195+
ReadOnly = True
195196
Title.Caption = 'Source'
196197
Width = 64
197198
end

0 commit comments

Comments
 (0)