From 2ce8c845dc00d8a89d929ec44616a8bb1c5a088d Mon Sep 17 00:00:00 2001 From: "minkee.lee" Date: Mon, 13 Oct 2014 21:48:59 +0900 Subject: [PATCH] Direct rendering: Added "always on top" in Windows OS. Change-Id: I56ae0f63c8c62b39a667534b772a11d7362949ad Signed-off-by: minkee.lee --- tizen/src/ui/menu/contextmenu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tizen/src/ui/menu/contextmenu.cpp b/tizen/src/ui/menu/contextmenu.cpp index 3907632336..e4facb52eb 100644 --- a/tizen/src/ui/menu/contextmenu.cpp +++ b/tizen/src/ui/menu/contextmenu.cpp @@ -66,12 +66,10 @@ void ContextMenu::createItems() { addSeparator(); -#ifndef CONFIG_WIN32 /* Always On Top menu */ action = addAction("&Always on Top"); action->setCheckable(true); connect(action, SIGNAL(triggered(bool)), this, SLOT(slotTopMost(bool))); -#endif /* = Rotate menu = */ if (win->uiInfo->mainFormList.count() > 1) { -- 2.34.1