Review Request 121559: OverviewDockerDock and KisZoomManager fixes
Stefano Bonicatti
smjert at gmail.com
Tue Dec 16 16:25:54 GMT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121559/
-----------------------------------------------------------
Review request for Calligra.
Repository: calligra
Description
-------
OverviewDockerDock: no need to call the code in setCanvas if the canvas to be set is the same.
KisZoomManager: the zoom slider widget is created with no parent and then added to a QStatusBar, when it is then removed from it (when an image is closed), it is not deleted because QStatusBar::removeWidget doesn't delete the widget (as Qt Doc says).
Moreover each time an image is closed KisZoomManager is deleted and then recreated with a new slider when an image is opened. The patch fixes the leak.
Diffs
-----
krita/plugins/extensions/dockers/overview/overviewdocker_dock.cpp 68bd6fe
krita/ui/kis_zoom_manager.cc 50f0e98
Diff: https://git.reviewboard.kde.org/r/121559/diff/
Testing
-------
Compiles against calligra/2.9.
Doesn't leak anymore.
Thanks,
Stefano Bonicatti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20141216/5b19b2c6/attachment.htm>
More information about the calligra-devel
mailing list