From 04a1ebb415bc0291b376d649d0d1ff680f4c6c7c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:05:02 +0000 Subject: [PATCH] Updated SetupPointers for PHOTO in frmContactEditor. --- source/contacteditor/frmContactEditor-Picture.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/contacteditor/frmContactEditor-Picture.cpp b/source/contacteditor/frmContactEditor-Picture.cpp index c99057e..acefe6b 100644 --- a/source/contacteditor/frmContactEditor-Picture.cpp +++ b/source/contacteditor/frmContactEditor-Picture.cpp @@ -38,7 +38,8 @@ void frmContactEditor::AddPicture( wxCommandEvent& event ) &ContactEditorData.PicturesListMediatype, &ContactEditorData.PicturesListPref, lboPictures, - (intValueSeek)); + (intValueSeek), + TRUE); frameCEPicture->ShowModal(); delete frameCEPicture; frameCEPicture = NULL; @@ -66,7 +67,8 @@ void frmContactEditor::ModifyPicture( wxCommandEvent& event ) &ContactEditorData.PicturesListMediatype, &ContactEditorData.PicturesListPref, lboPictures, - intSelectedData); + intSelectedData, + TRUE); frameCEPicture->SetEditorMode(TRUE); frameCEPicture->ShowModal(); delete frameCEPicture; -- 2.39.2