Skip to content

Commit e6b96f4

Browse files
committed
Fix impossibility to toggle the Big-Endian checkboxes ("BE") in numeric and record viewers when HexEditor is writeprotected.
1 parent 1c8db27 commit e6b96f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/frames/hxhexeditorframe.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -826,10 +826,6 @@ procedure THexEditorFrame.SetWriteProtected(const AValue: Boolean);
826826
begin
827827
if Assigned(FHexEditor) then
828828
FHexEditor.ReadOnlyView := AValue;
829-
if Assigned(FDataViewer) then
830-
FDataViewer.WriteProtected := AValue;
831-
if Assigned(FRecordViewer) then
832-
FRecordViewer.WriteProtected := AValue;
833829
end;
834830

835831
procedure THexEditorFrame.UpdateCaption;

0 commit comments

Comments
 (0)