projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e556b1
)
Delete Fixme marking.
37/80437/2
accepted/tizen/common/20160719.172756
accepted/tizen/mobile/20160719.104345
submit/tizen/20160719.061526
author
Woochan Lee
<wc0917.lee@samsung.com>
Mon, 18 Jul 2016 05:52:47 +0000
(14:52 +0900)
committer
woochan lee
<wc0917.lee@samsung.com>
Tue, 19 Jul 2016 06:11:32 +0000
(23:11 -0700)
This fixed already.
Change-Id: I0dc50cc7f7c5e1a03cc3e19dedd4f86a211303e9
src/lib/efl/mobile/UiStandardView.cpp
patch
|
blob
|
history
diff --git
a/src/lib/efl/mobile/UiStandardView.cpp
b/src/lib/efl/mobile/UiStandardView.cpp
index b11d8a19e29b4b72de260dc3dedf56b111569f31..ca608e6fd0dfaa6defcd14d31c7e50bd26324512 100644
(file)
--- a/
src/lib/efl/mobile/UiStandardView.cpp
+++ b/
src/lib/efl/mobile/UiStandardView.cpp
@@
-401,7
+401,6
@@
bool UiStandardViewImpl::setTitleVisible(bool visible, bool anim)
{
this->_titleVisible = visible;
- //FIXME: save visible, anim value. they can be used in layout created time.
Elm_Layout *layout = this->getBase();
if (!layout) {
LOGE("Layout is invalid! UiStandardView(%p)", this);