[Qgis-developer] Renderer improvements masked for mac

John C. Tull john.tull at wildnevada.org
Sat Jan 2 20:49:42 EST 2010


Marco,

In trying to test the polygon dashed line issue, I removed the mask of the following lines from qgsoption.cpp that I added a few days ago on my source file. The lines are:

 #ifdef Q_WS_MAC //MH: disable incremental update on Mac for now to avoid problems with resizing
  groupBox_5->setEnabled( false );
 #endif //Q_WS_MAC

I am not clear why the above is set for Mac's. I'm not sure what the resizing issue is. I see no ill effects when I mask these lines, and the performance gains are much too great to not have this feature available. This is truly makes qgis a much more enjoyable program for production work, in my opinion.

Can we take this out unless there is a specific issue that can be pointed out and tested?

BTW, this had no effect on the polygon boundary. I'm in the dark on why the problem was present, but now is gone. Strange...

Regards,
John


More information about the Qgis-developer mailing list