X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FGlAlbumListEditorForm.h;h=5c320c74a3933004bcd311bc996c8f41b7f04bb6;hb=0423b1465ef10de9760a46110e51946460a349f1;hp=ae5dde4407cb7273af07b199756772c095be6942;hpb=40f72c4e1446b40f7f24a7e9b5e4e172fed17873;p=apps%2Fosp%2FGallery.git diff --git a/inc/GlAlbumListEditorForm.h b/inc/GlAlbumListEditorForm.h index ae5dde4..5c320c7 100644 --- a/inc/GlAlbumListEditorForm.h +++ b/inc/GlAlbumListEditorForm.h @@ -82,8 +82,8 @@ public: virtual bool OnKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true;} virtual bool OnKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo); - virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; } - virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return true; } + virtual bool OnPreviewKeyPressed(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; } + virtual bool OnPreviewKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& keyEventInfo){ return false; } private: result InitializeControl(void);