----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108683/ -----------------------------------------------------------
Review request for Calligra. Description ------- When opening a new document the old view is destroyed after the the new view is set. The destructor of old view will call unset canvas, which disconnects the new view from the dockers. For example this causes the layer box in Krita to not show the layers. The patch fixes that by deleting the old view before creating the new one. This addresses bug 314029. http://bugs.kde.org/show_bug.cgi?id=314029 Diffs ----- libs/main/KoMainWindow.cpp 19f91f1 Diff: http://git.reviewboard.kde.org/r/108683/diff/ Testing ------- Tested with Krita. Thanks, Sven Langkamp
_______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel