Skip to content

Commit

Permalink
Fix issue FreeCAD#10144 [Problem] FreeCAD freezes when clicking insid…
Browse files Browse the repository at this point in the history
…e spreadsheet - see issue for detailed explanation.
  • Loading branch information
lekamm authored and wwmayer committed Oct 27, 2023
1 parent 6cf8e76 commit 7bac795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Spreadsheet/Gui/AppSpreadsheetGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ PyMOD_INIT_FUNC(SpreadsheetGui)
// instantiating the commands
CreateSpreadsheetCommands();

#if defined(Q_OS_WIN32)
QAccessible::installFactory(SpreadsheetGui::SheetTableViewAccessibleInterface::ifactory);
#endif

SpreadsheetGui::ViewProviderSheet::init();
SpreadsheetGui::ViewProviderSheetPython::init();
Expand Down

0 comments on commit 7bac795

Please sign in to comment.