Kaydet (Commit) bc16be3e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove one more wrong IsDataFiltered call

üst 3fceaca5
......@@ -198,7 +198,7 @@ void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
rMinDigits = 0;
rListData = NULL;
rCmd = FILL_SIMPLE;
if ( (nScFillModeMouseModifier & KEY_MOD1) || IsDataFiltered(nCol1, nRow1, nCol2, nRow2) )
if ( (nScFillModeMouseModifier & KEY_MOD1) )
return ; // Ctrl-Taste: Copy
SCCOL nAddX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment