Skip to content

Fix not taking clipping into account when calculating colum remainder#3357

Merged
emilk merged 1 commit intoemilk:masterfrom
daxpedda:table-remainder-fix
Sep 18, 2023
Merged

Fix not taking clipping into account when calculating colum remainder#3357
emilk merged 1 commit intoemilk:masterfrom
daxpedda:table-remainder-fix

Conversation

@daxpedda
Copy link
Contributor

@daxpedda daxpedda commented Sep 18, 2023

Currently there is a problem with Column::remainder() in that it can only grow but not shrink, even if Column::clip() was set. It seemed to me that a check for Column::clip() was simply missing, but maybe I've missed the reason why this check was not there in the first place?

See #2430 for more info and examples.

Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks right to me - thanks for the PR!

@emilk emilk added bug Something is broken egui_extras labels Sep 18, 2023
@emilk emilk merged commit ad8b41c into emilk:master Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is broken egui_extras

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with Table from egui_extras

2 participants