Skip to content
Snippets Groups Projects
Commit b42b4ca4 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed ugly null pointer dereference

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4209 383ad7c9-94d9-4d36-a494-682f7c89f535
parent cec7f5ea
Branches agrabowy
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ void Core::slotObjectUpdated(int _identifier) {
// just inform the plugins as we dont do anything else
emit signalObjectUpdated(_identifier);
if ( object != 0 )
object->update();
// Reenable redraws
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment