You've already forked lazarus-ccr
fpspreadsheet: Fix TsCopyAction if triggered by copy brush toolbutton
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5763 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -835,7 +835,8 @@ const
|
||||
coCopyFormat, coCopyValue, coCopyFormula, coCopyCell
|
||||
);
|
||||
begin
|
||||
if Target is TsCustomWorksheetGrid then
|
||||
if (Target is TsCustomWorksheetGrid) or (Target is TsWorkbookSource) then
|
||||
// if Target is TsCustomWorksheetGrid then
|
||||
case FCopyMode of
|
||||
cmBrush:
|
||||
begin
|
||||
|
Reference in New Issue
Block a user