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

Assertion fails when exiting rotation tool during drag #1461

Closed
ericwa opened this issue Oct 2, 2016 · 1 comment
Closed

Assertion fails when exiting rotation tool during drag #1461

ericwa opened this issue Oct 2, 2016 · 1 comment
Labels
Prio:1 Highest priority: Crash or crippling bugs, features that enable new ways of working Type:Bug Errors and problems

Comments

@ericwa
Copy link
Collaborator

ericwa commented Oct 2, 2016

This is only happening with debug builds (tested on dc394da , macOS 10.12), since the assertions are compiled out of release builds.

  1. Create a new map, select the default brush, and press r
  2. Start dragging a rotation handle. Press r again to exit the tool. (without releasing the left mouse button).
  3. Continiuing dragging the mouse will cause the assertion to fail in ToolControllerBase::mouseDrag
@kduske kduske added Type:Bug Errors and problems Platform:All Prio:1 Highest priority: Crash or crippling bugs, features that enable new ways of working labels Oct 2, 2016
@kduske kduske added this to the TrenchBroom 2.0.0 milestone Oct 2, 2016
@kduske
Copy link
Collaborator

kduske commented Oct 3, 2016

Fixed in 054078d.

@kduske kduske closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio:1 Highest priority: Crash or crippling bugs, features that enable new ways of working Type:Bug Errors and problems
Projects
None yet
Development

No branches or pull requests

2 participants