Direct rendering: Added "always on top" in Windows OS. 88/29388/2
authorminkee.lee <minkee.lee@samsung.com>
Mon, 13 Oct 2014 12:48:59 +0000 (21:48 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Tue, 28 Oct 2014 08:11:15 +0000 (01:11 -0700)
Change-Id: I56ae0f63c8c62b39a667534b772a11d7362949ad
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
tizen/src/ui/menu/contextmenu.cpp

index 39076323362107b661ea7d9431ba45b70cefcd9b..e4facb52eb29ac63194aabea5f63e40b58cf3bb7 100644 (file)
@@ -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) {