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

Undo/Redo does not work in the UV editor #88412

Closed
JekSun97 opened this issue Feb 16, 2024 · 1 comment · Fixed by #93898
Closed

Undo/Redo does not work in the UV editor #88412

JekSun97 opened this issue Feb 16, 2024 · 1 comment · Fixed by #93898

Comments

@JekSun97
Copy link

JekSun97 commented Feb 16, 2024

Tested versions

This problem occurs in all versions starting from 4.0+, but is not observed in 3.5+

System information

Windows 10, Radeon RX 560 Series

Issue description

When editing UVs in the Polygon2D editor, you cannot undo any action when pressing Ctrl+Z

Steps to reproduce

Open the UV editor, move the points and try to return them to their original place

Minimal reproduction project (MRP)

Too easy to check, not required

@JekSun97
Copy link
Author

AcceptDialog blocks input from the main window; if you create an UndoRedo and an AcceptDialog in the editor itself you will be able to test this.
I tried to make the UV Editor exclusive as it helps lock the AcceptDialog input focus in the editor, but uv_edit->set_exclusive(false) in polygon_2d_editor_plugin.cpp doesn't solve the problem

@akien-mga akien-mga added this to the 4.3 milestone Jul 4, 2024
@akien-mga akien-mga changed the title [4.x] Undo/Redo does not work in the UV editor Undo/Redo does not work in the UV editor Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants