mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
popupMenu: Fix PopupSliderMenuItem
It seems a bad rebase took this away.
This commit is contained in:
parent
aee7cd73c4
commit
e645edbda7
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue