Snapping helper plugin

There is a bug when compiling for Linux which causes a null pointer exception.

The fix for this is to modify the file SnappingHelperCommands.cpp changing line 9 from #if PLATFORM_WINDOWS to #if PLATFORM_WINDOWS || PLATFORM_LINUX

1 Like