Skip to content

Commit

Permalink
Spreadsheet: fix #3474 cross-CS drag-drop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSOIC authored and wwmayer committed Jan 19, 2019
1 parent 2e03740 commit 28cbe2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Spreadsheet/App/Sheet.cpp
Expand Up @@ -87,6 +87,7 @@ Sheet::Sheet()
ADD_PROPERTY_TYPE(rowHeights, (), "Spreadsheet", (PropertyType)(Prop_ReadOnly|Prop_Hidden), "Row heights");

docDeps.setSize(0);
docDeps.setScope(LinkScope::Global);

onRenamedDocumentConnection = GetApplication().signalRenameDocument.connect(boost::bind(&Spreadsheet::Sheet::onRenamedDocument, this, _1));
onRelabledDocumentConnection = GetApplication().signalRelabelDocument.connect(boost::bind(&Spreadsheet::Sheet::onRelabledDocument, this, _1));
Expand Down

0 comments on commit 28cbe2b

Please sign in to comment.