skin: remove 'Always on top' menu from linux
authorjihye <jihye424.kim@samsung.com>
Thu, 29 Sep 2016 05:59:11 +0000 (14:59 +0900)
committerJiHye Kim <jihye424.kim@samsung.com>
Thu, 29 Sep 2016 06:45:36 +0000 (15:45 +0900)
Change-Id: Idc64f4ac63c2a5780c55765ba3077734af02779f
Signed-off-by: jihye <jihye424.kim@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/menu/PopupMenu.java

index afe51ba7ad29106bfd9d5835c10de8460e571790..abfa8d741f563cdf6086be6d6014985eee42fe0c 100644 (file)
@@ -131,7 +131,7 @@ public class PopupMenu {
                }
 
                /* Always on top menu */
-               if (SwtUtil.isMacPlatform() == false) { /* not supported on mac */
+               if (SwtUtil.isWindowsPlatform() == true) { /* only supported on windows */
                        if (itemProperties == null ||
                                        itemProperties.getTopmostItem() == null) {
                                onTopItem = createOnTopItem(menu, TOPMOST_MENUITEM_NAME);