Skip to content

Commit

Permalink
TableCombo dropdown doesn't scale the drop down after the dpi change
Browse files Browse the repository at this point in the history
Recreating popup when resize event occurs
  • Loading branch information
ShahzaibIbrahim authored and merks committed Nov 28, 2024
1 parent a7690d4 commit 907f49d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,7 @@ private void internalLayout(final boolean changed, final boolean closeDropDown)
if (closeDropDown && isDropped()) {
dropDown(false);
}
recreatePopup();
final Rectangle rect = getClientArea();
final int width = rect.width;
final int height = rect.height;
Expand Down

0 comments on commit 907f49d

Please sign in to comment.