gui-qgslabel.cpp-mloskot-20060314.patch

Patch with changes explained in this Ticket - Mateusz Loskot -, 2006-03-25 12:59 AM

Download (288 Bytes)

View differences:

gui/qgslabel.cpp (working copy)
38 38

  
39 39
// use M_PI define PI 3.141592654
40 40
#ifdef WIN32
41
#undef M_PI
41 42
#define M_PI 4*atan(1.0)
42 43
#endif
43 44