Fix bug #17 (arrow of menu-item that holds the locations not hidden when item is not expanded)

multiprovider
Jens Lody 10 years ago
parent b9095aaede
commit 06c7367e50
  1. 1
      src/extension.js

@ -268,6 +268,7 @@ const WeatherMenuButton = new Lang.Class({
this._selectCity = new PopupMenu.PopupSubMenuMenuItem("");
this._selectCity.actor.set_height(0);
this._selectCity._triangle.set_height(0);
this._buttonMenu = new PopupMenu.PopupBaseMenuItem({
reactive: false,

Loading…
Cancel
Save