Closed GoogleCodeExporter closed 8 years ago
Correction, m_attached_to_surface is not NULL when the call to SetTool is made
for the non-attached operation.
Original comment by mike.mer...@gmail.com
on 11 May 2014 at 6:16
[deleted comment]
In my dev environment, if I add the following line to Program.cpp (line 898),
it seems to fix the problem.
theApp.m_attached_to_surface = NULL;
Original comment by mike.mer...@gmail.com
on 11 May 2014 at 7:49
I have repeated this. Your fix is a good one. I have committed my change to my
SVN code. Thanks.
Original comment by danhe...@gmail.com
on 12 May 2014 at 7:55
Original issue reported on code.google.com by
mike.mer...@gmail.com
on 11 May 2014 at 6:12