mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +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
|
|
@ -173,8 +173,8 @@ nsResizerFrame::HandleEvent(nsPresContext* aPresContext,
|
|||
if (window || menuPopupFrame) {
|
||||
if (menuPopupFrame) {
|
||||
menuPopupFrame->CanAdjustEdges(
|
||||
(direction.mHorizontal == -1) ? NS_SIDE_LEFT : NS_SIDE_RIGHT,
|
||||
(direction.mVertical == -1) ? NS_SIDE_TOP : NS_SIDE_BOTTOM, mouseMove);
|
||||
(direction.mHorizontal == -1) ? eSideLeft : eSideRight,
|
||||
(direction.mVertical == -1) ? eSideTop : eSideBottom, mouseMove);
|
||||
}
|
||||
}
|
||||
else if (!contentToResize) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue