Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Hide bounding-box when editing shape. #3930

Conversation

VasilevsVV
Copy link
Contributor

closes #3232

Added behavior for hiding bounding-box of shapes. As described in: #3232

Bounding box (bb) is being hidden for 1 sec, after any changes in sidebar->measures, made "by hand".

Realized via new flag for shape, indicating it being transformed.
Also: scheduling an updateEvent (task) to set shape's bb visible after 1 sec.
This task schedule resets after each trigger of event, making sure bb isn't flickering.

@VasilevsVV VasilevsVV changed the title feature(Issue-3232): Hide bounding-box when editing shape. feature: Hide bounding-box when editing shape. Dec 15, 2023
@niwinz
Copy link
Contributor

niwinz commented Dec 28, 2023

Hi @VasilevsVV

Thank you very much for your contribution. I have finally been able to have quality time for this PR.

I have squashed commits with small modifications and replaced your PR with this one:
#3946

I also formatted the commit message according to the https://github.com/penpot/penpot/blob/develop/CONTRIBUTING.md guide.

@niwinz niwinz closed this Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Hide bounding box when adjusting value
2 participants