Revision 88c6627...

Go back to digest for 16th February 2014

Bug Fixes in Office

Boudewijn Rempt committed changes in [calligra] karbon/plugins/tools/KarbonGradientTool.cpp:

Don't pass a zero gradient to the gradient editor option widget

if m_gradient is 0, we shouldn't pass *m_gradient as a const QGradient&
parameter.

The mixing of pointers and references when using QGradients in flake
and karbon is something that needs a thorough overhault, though.

File Changes

Modified 1 files
  • karbon/plugins/tools/KarbonGradientTool.cpp
1 files changed in total