Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected an error in lefWrite where SelectClear() is called
without SelectRootDef being set, which causes SelectClear() to return without doing anything. However---question is why SelectClear() needs SelectRootDef to be non-NULL since it is clearing the selection, not the selection source. For now, just patching the failing case, not trying to mess with the whole selection mechanism.
- Loading branch information