UICompositeView.m: really hide side menu (collision with animations)

This commit is contained in:
Gautier Pelloux-Prayer 2015-12-01 15:28:35 +01:00
parent c371e2b4da
commit 4773d91c12

View file

@ -584,7 +584,8 @@
}
if (!currentViewDescription.sideMenuEnabled) {
sideMenuFrame.origin.x = -sideMenuFrame.size.width;
sideMenuFrame.origin.x =
-3 * sideMenuFrame.size.width; // really hide; -width won't be enough since some animations may use this...
}
// Set frames