mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:10:16 +02:00
ValEdit: Disable goAutoAddRowsSkipContentCheck (temoprary workaround).
git-svn-id: trunk@40384 -
This commit is contained in:
parent
72cba621d3
commit
41464aaec9
@ -839,6 +839,8 @@ begin
|
||||
//cannot allow goColMoving
|
||||
if (goColMoving in AValue) then AValue := AValue - [goColMoving];
|
||||
if (goAutoAddRows in AValue) and not (KeyAdd in KeyOptions) then AValue := AValue - [goAutoAddRows];
|
||||
//temporarily disable this, it causes crashes
|
||||
if (goAutoAddRowsSkipContentCheck in AValue) then AValue := AValue - [goAutoAddRowsSkipContentCheck];
|
||||
inherited Options := AValue;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user