From ad5403b538418ac83fc9ef6e68cfa07e1fb028d4 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Mon, 11 Jun 2012 13:13:36 +0100 Subject: [PATCH] Setting the shadow style just once will do. --- AppKit/CPMenu/_CPMenuWindow.j | 2 -- 1 file changed, 2 deletions(-) diff --git a/AppKit/CPMenu/_CPMenuWindow.j b/AppKit/CPMenu/_CPMenuWindow.j index 053d493d8..c1150fb54 100644 --- a/AppKit/CPMenu/_CPMenuWindow.j +++ b/AppKit/CPMenu/_CPMenuWindow.j @@ -110,8 +110,6 @@ var STICKY_TIME_INTERVAL = 500, [_moreBelowView setFrameSize:[_CPMenuWindowMoreBelowImage size]]; [contentView addSubview:_moreBelowView]; - - [self setShadowStyle:CPWindowShadowStyleMenu]; } return self;