Comment 5 for bug 1369197

Revision history for this message
Alvin Penner (apenner) wrote :

fix committed to rev 13926.

In order to test this code, it will be necessary to re-enable the use of the routine scaleChildItemsRec, which is normally executed during a change of document units. This routine was temporarily disabled in rev 13748.

The simplest way to re-enable the code to execute normally is to comment out line 1714 of src\ui\dialog\document-properties.cpp, which currently reads:
#if 0
Change it to read //#if 0 or delete it.

Similarly, comment out line 1766, which currently reads:
#endif
Change it to read //#endif or delete it.