ecere/ide: Fixed DataBox::SetData to use any_object data type; Fixed IDE's property...
authorJerome St-Louis <jerome@ecere.com>
Thu, 18 Aug 2011 06:38:12 +0000 (02:38 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 18 Aug 2011 06:38:12 +0000 (02:38 -0400)
commit0385bad7df4d240136f164aafdf7b305c38588f1
tree3c39bd9e39e5df0bf312495b07e057181ba972d1
parent4ad777fb7d456298cb5eb5a095e2dc74866aebd9
ecere/ide: Fixed DataBox::SetData to use any_object data type; Fixed IDE's property sheet to reflect data passed being of any_object data type (Fix for hotkey crash reported by Sam on forums)
ecere/src/gui/controls/DataBox.ec
ecere/src/gui/typeEdit.ec
ide/src/designer/Sheet.ec