Revision fad45bd...

Go back to digest for 8th December 2013

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] plugins/textshape/TextTool.cpp:

Fix a crash in Krita due to accessing to an unsupported action in TextTool

The action "insert_table" (as well as other table-related actions) is added
by the Text Tool only in case the app supports 'useAdvancedText' feature.

That is why accessing the "insert_table" outside 'useAdvancedText' check
will cause a crash.

Please revert/change this commit if I understood something wrong :)


CC

File Changes

Modified 1 files
  • plugins/textshape/TextTool.cpp
1 files changed in total