From e645edbda731950bf0fa48e26cb4a34d81b056e9 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 6 Jun 2013 15:49:20 -0400 Subject: [PATCH] popupMenu: Fix PopupSliderMenuItem It seems a bad rebase took this away. --- js/ui/popupMenu.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/ui/popupMenu.js b/js/ui/popupMenu.js index 207ffbb98..3332fe972 100644 --- a/js/ui/popupMenu.js +++ b/js/ui/popupMenu.js @@ -518,9 +518,7 @@ const PopupSliderMenuItem = new Lang.Class({ this._slider.connect('value-changed', Lang.bind(this, function(actor, value) { this.emit('value-changed', value); })); - - this._releaseId = this._motionId = 0; - this._dragging = false; + this.addActor(this._slider.actor); }, setValue: function(value) {