Bug 906025 - [responsive mode] vertical resizer moves incorrectly after rotate. r=paul

This commit is contained in:
Andre Miranda 2013-08-15 00:40:08 -03:00
parent a68333d0fe
commit 5976d83b93

View File

@ -687,6 +687,7 @@ ResponsiveUI.prototype = {
this.stack.removeAttribute("notransition");
}
this.ignoreY = false;
this.ignoreX = false;
this.isResizing = false;
},