-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove bogus check for setting same canvas model
The canvas model is always different, because the previous one is destroyed right before this function is called. If you got unlucky, the new canvas model was allocated at the same memory address, causing this check to pass incorrectly, causing some connections to not be made, which in turn broke selections (and probably other, less noticeable stuff.)
- Loading branch information
1 parent
44eacde
commit c5e4e2d
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters