Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Spreadsheet: Fixed bug in setEdit method for Spreadsheet module (#2144)
  • Loading branch information
eivindkv authored and wwmayer committed Jun 13, 2015
1 parent edbbcfb commit 12e4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Spreadsheet/Gui/ViewProviderSpreadsheet.cpp
Expand Up @@ -113,7 +113,7 @@ bool ViewProviderSheet::setEdit(int ModNum)
view->viewAll();
}
Gui::getMainWindow()->setActiveWindow(this->view);
return false;
return true;
}
return false;
}
Expand Down

0 comments on commit 12e4d59

Please sign in to comment.