summaryrefslogtreecommitdiff
path: root/tizen/src/ui/controller/floatingconview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tizen/src/ui/controller/floatingconview.cpp')
-rw-r--r--tizen/src/ui/controller/floatingconview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/src/ui/controller/floatingconview.cpp b/tizen/src/ui/controller/floatingconview.cpp
index 277e3f1b49..1e1429379a 100644
--- a/tizen/src/ui/controller/floatingconview.cpp
+++ b/tizen/src/ui/controller/floatingconview.cpp
@@ -70,7 +70,7 @@ void FloatingConView::createItems(ControllerForm *conForm)
generalCon->createHeaderBarAndBorder(scene(), parent->getMainWindow()->getUiInfo(), true);
QList<HWKeyButton *> buttons
- = generalCon->createButtons(parentWidget(), conForm);
+ = generalCon->createButtons(scene(), parentWidget(), conForm);
for (int i = 0; i < buttons.count(); i++) {
HWKeyButton *button = buttons.at(i);