mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 17:22:04 +00:00
Bug 552462, close popups when toolbar pill pressed, r=josh
This commit is contained in:
parent
9655f8e8c9
commit
f37f23c884
@ -2155,6 +2155,8 @@ static const NSString* kStateShowsToolbarButton = @"showsToolbarButton";
|
||||
{
|
||||
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
||||
|
||||
RollUpPopups();
|
||||
|
||||
nsCocoaWindow *geckoWindow = [[self delegate] geckoWidget];
|
||||
if (!geckoWindow)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user