Skip to content

Commit

Permalink
Fix PopWindow shows resizeB when not resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
sghpjuikit committed Jan 11, 2025
1 parent 0bdaa4d commit e173862
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ open class PopWindow {
}

lay += contentP
lay(BOTTOM_RIGHT) += resizeB
userResizable attach {
if (it) lay(BOTTOM_RIGHT) += resizeB
else lay -= resizeB
}
}
}

Expand Down

0 comments on commit e173862

Please sign in to comment.