PopupSliderMenuItem: Add scroll method
This fixes fallout from 847cb5b972
https://bugzilla.gnome.org/show_bug.cgi?id=702849
This commit is contained in:
parent
626cbea9cf
commit
5c25497e16
@ -527,6 +527,10 @@ const PopupSliderMenuItem = new Lang.Class({
|
|||||||
|
|
||||||
get value() {
|
get value() {
|
||||||
return this._slider.value;
|
return this._slider.value;
|
||||||
|
},
|
||||||
|
|
||||||
|
scroll: function (event) {
|
||||||
|
this._slider.scroll(event);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user