mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
Issue #1925 - Remove use of NS_SIDE_* macros.
This commit is contained in:
parent
e6e2796541
commit
ec7351a5d4
30 changed files with 322 additions and 328 deletions
|
|
@ -760,8 +760,8 @@ IsPercentageAware(const nsIFrame* aFrame)
|
|||
pos->mWidth.GetUnit() != eStyleUnit_Auto) ||
|
||||
pos->MaxWidthDependsOnContainer() ||
|
||||
pos->MinWidthDependsOnContainer() ||
|
||||
pos->OffsetHasPercent(NS_SIDE_RIGHT) ||
|
||||
pos->OffsetHasPercent(NS_SIDE_LEFT)) {
|
||||
pos->OffsetHasPercent(eSideRight) ||
|
||||
pos->OffsetHasPercent(eSideLeft)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue