SQLPower / wabit

Automatically exported from code.google.com/p/wabit
GNU General Public License v3.0
6 stars 7 forks source link

ResultSetRenderer properties panel needs to refresh to show subtotal check when column types change. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a report with a result set containing a numeric column.
2. Double-click the result set to show the properties window.
3. Change the numeric column to be a text column instead of numeric.
   --The subtotal checkbox should disappear.
4. Change the numeric column back to being numeric.
   --The subtotal checkbox should reappear.

The subtotal box is not refreshing when the column types change.

Original issue reported on code.google.com by ThomasOB...@gmail.com on 31 Mar 2009 at 8:59