mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
Don't forget to delete the new zoom actions after use
This commit is contained in:
@ -95,6 +95,8 @@ MainWindowViewer::~MainWindowViewer()
|
|||||||
delete rightRotationAction;
|
delete rightRotationAction;
|
||||||
delete doublePageAction;
|
delete doublePageAction;
|
||||||
delete doubleMangaPageAction;
|
delete doubleMangaPageAction;
|
||||||
|
delete increasePageZoomAction;
|
||||||
|
delete decreasePageZoomAction;
|
||||||
delete goToPageAction;
|
delete goToPageAction;
|
||||||
delete optionsAction;
|
delete optionsAction;
|
||||||
delete helpAboutAction;
|
delete helpAboutAction;
|
||||||
|
Reference in New Issue
Block a user