When DockingConView object is created,
the mouse button state is naturally relased.
So, conViewStat should be initialized
as CONVIEW_RELEASED in the constructor of DockingConView.
Change-Id: I849582317075c10d2126c478ac7f6eec51f0dd3a
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
ControllerForm *conForm, QGraphicsScene *scene) : SkinView(parent, scene)
{
this->parent = (DockingController *)parent;
+ this->conViewStat = CONVIEW_RELEASED;
setFocusPolicy(Qt::NoFocus);
setStyleSheet("background: transparent");