controller: fix the bug on the event of dockingconview
authorJihye Won <jihye.won1@samsung.com>
Thu, 10 Dec 2015 05:34:41 +0000 (14:34 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 18 Dec 2015 07:13:13 +0000 (16:13 +0900)
commit3222978a1535435fa3b56c3d1f1cbcb3078e9185
treea6d91f49ba7297dc905d97f28c2e2bea23e107f5
parentbe1df7f9d085e8681bc7fd215a9ce3f462664c7f
controller: fix the bug on the event of dockingconview

Because handling the mouse event of dockingconview is incorrect,
the controller could be moved unintenionally in certain case.
Therefore, I added codes for setting dockingconview's status correctly.
Also the enumeration like CONVIEW_* is designed to react the left mouse button.

Change-Id: I8fbe0951bd3804b7edd843aeec03624770498329
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit 8c0cb0b479bed1550a69730459574adbb0db46f0)
tizen/src/ui/controller/dockingconview.cpp
tizen/src/ui/controller/dockingconview.h
tizen/src/ui/controller/floatingconview.cpp
tizen/src/ui/controller/floatingconview.h
tizen/src/ui/mainview.cpp
tizen/src/ui/mainview.h
tizen/src/ui/skinview.cpp
tizen/src/ui/skinview.h