Fix : resize panel : maintain ratio is always on

This commit is contained in:
juliandescottes
2015-04-28 13:32:55 +02:00
parent 29cd0d80f3
commit ce8d71f47e
4 changed files with 6 additions and 49 deletions

View File

@@ -28,7 +28,7 @@
this.synchronize_(this.lastInput);
};
ns.SizeInput.prototype.enableSync = function () {
ns.SizeInput.prototype.disableSync = function () {
this.syncEnabled = false;
};