Kaydet (Commit) ed81eaf2 authored tarafından Henry Castro's avatar Henry Castro

sc tiled editing: double-click empty cell

Change-Id: I35c43e2a22ac6591a2bcf9857808503c0e111344
üst eb8c323d
......@@ -2415,7 +2415,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
{
// don't forward the event to an empty cell, causes deselection in
// case we used the double-click to select the empty cell
if (bIsTiledRendering)
if (bIsTiledRendering && bDouble)
{
ScRefCellValue aCell;
aCell.assign(*pViewData->GetDocument(), ScAddress(nPosX, nPosY, nTab));
......
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