svx/source/dialog/compressgraphicdialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b82b38bbc896bc4e19171cb8950cbd0e95d2c23f
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Thu Mar 3 14:37:57 2022 +0100
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Fri Mar 4 16:17:30 2022 +0100

    Relates tdf#146929 - Remember user input for the compress dialog
    
    Missing ctor added
    
    Change-Id: Ifb71d6a0653d090e0fc46746d35c70cc8df43e8d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130928
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/svx/source/dialog/compressgraphicdialog.cxx 
b/svx/source/dialog/compressgraphicdialog.cxx
index 77a791a1b20a..1c3cc3be54d9 100644
--- a/svx/source/dialog/compressgraphicdialog.cxx
+++ b/svx/source/dialog/compressgraphicdialog.cxx
@@ -71,6 +71,7 @@ CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* 
pParent, SdrGrafOb
     m_aCropRectangle = tools::Rectangle(rCrop.GetLeft(), rCrop.GetTop(), 
rCrop.GetRight(), rCrop.GetBottom());
 
     Initialize();
+    recallParameter();
 }
 
 CompressGraphicsDialog::CompressGraphicsDialog( weld::Window* pParent, Graphic 
const & rGraphic, Size rViewSize100mm, tools::Rectangle const & rCropRectangle, 
SfxBindings& rBindings ) :

Reply via email to