elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

cmake/new install locations broke the cnc icons #271

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build
2. install
3. run

What is the expected output? What do you see instead?
no icons in toolbar or menu

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mpic...@gmail.com on 8 Jan 2011 at 3:08

GoogleCodeExporter commented 8 years ago
It seems that HeeksCNC was using the version of ToolImage compiled into 
HeeksCAD, in spite of having its own version.  I couldn't figure out how this 
was happening, so I copied the ToolImage class to PToolImage. This fixed the 
problem.  As a side effect, I was able to remove all the #ifdefs from 
PToolImage.

This should be fixed in r1272 of HeeksCNC and in HeeksCAD at 1414

Original comment by mpic...@gmail.com on 13 Jan 2011 at 2:22