Project

General

Profile

WPieChart - minor bug

Added by Magnus Arntzen about 13 years ago

Hi.

I believe I found a minor bug in WPieChart.

WPieChart::setPerspectiveEnabled(false);

also generates a 3D look, although it shouldn't, judging from the bool.

The 2D look is only generated if no call to setPerspectiveEnabled() is performed.

Best,

Magnus Arntzen


Replies (1)

RE: WPieChart - minor bug - Added by Wim Dumon about 13 years ago

Thank you, a fix will be in git soon.

For now, this is probably a work-around:

  setPerspectiveEnabled(false, 0);
    (1-1/1)