Make view.setHint() trigger change
This commit is contained in:
@@ -826,6 +826,7 @@ ol.View.prototype.setHint = function(hint, delta) {
|
||||
this.hints_[hint] += delta;
|
||||
ol.DEBUG && console.assert(this.hints_[hint] >= 0,
|
||||
'Hint at %s must be positive, was %s', hint, this.hints_[hint]);
|
||||
this.changed();
|
||||
return this.hints_[hint];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user