From kde-bugs-dist Sun Oct 10 11:56:27 2010 From: Johannes Simon Date: Sun, 10 Oct 2010 11:56:27 +0000 To: kde-bugs-dist Subject: [Bug 231751] kspreadsheet:openoffice: Numbers on the each bar is not Message-Id: <20101010115627.0293E71A88 () immanuel ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=128671188117889 https://bugs.kde.org/show_bug.cgi?id=231751 Johannes Simon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #4 from Johannes Simon 2010-10-10 13:56:25 --- SVN commit 1184465 by jsimon: Don't hard-set bubble width every time it is changed but instead do it the other way around and dynamically determine it when it is asked for. The first approach set section-specific DataValueAttributes every time the bubble width changed - which lead to the data-set-wide attributes to get overridden. This is because to determine the attributes for a data point, the following is done: DataValueAttributes attrs = d->dataValueAttributes; if ( d->sectionsDataValueAttributes.contains( section ) ) attrs = d->sectionsDataValueAttributes[ section ]; BUG: 231751 CCMAIL: bjoern.breitmeyer@kdab.com M +4 -24 DataSet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1184465 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.