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:
192c9c0
)
fix the corruption of back behavior.
77/64777/1
author
Hermet Park
<hermet@hermet.pe.kr>
Tue, 5 Apr 2016 08:13:13 +0000
(17:13 +0900)
committer
Hermet Park
<hermet@hermet.pe.kr>
Tue, 5 Apr 2016 08:13:13 +0000
(17:13 +0900)
Change-Id: Ie083c443ec36a40079568274f064734f26e9a7f0
src/include/interface/ui_iface_viewmgr.h
patch
|
blob
|
history
diff --git
a/src/include/interface/ui_iface_viewmgr.h
b/src/include/interface/ui_iface_viewmgr.h
index
eeaf453
..
f8ec866
100644
(file)
--- a/
src/include/interface/ui_iface_viewmgr.h
+++ b/
src/include/interface/ui_iface_viewmgr.h
@@
-156,7
+156,7
@@
protected:
* @see deactivate()
* @see push_view()
*/
- bool pop_view();
+
virtual
bool pop_view();
/**
* @brief Insert a view in this viewmgr view list. Specifically, insert a given @p view right before of the given view, @before.