/[thuban]
ViewVC logotype

Revision 2894


Jump to revision: Previous Next
Author: bricks
Date: Thu Jul 14 13:15:35 2011 UTC (13 years, 7 months ago)
Changed paths: 1
Log Message:
wxGridCellBoolEditor uses string values for true and false internally

By default wxGridCellBoolEditor uses "1" for True and "" for False.
Therefore we must be sure that Table GetValue() returns a corresponding
value und SetValue() gets the correct value to be stored.
Thus wxGridCellBoolEditor stores now str(True) and str(False) which can
be easily converted from and to boolean


Changed paths

Path Details
Directorytrunk/thuban/Thuban/UI/classifier.py modified , text changed

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26