ecere/gui/controls/DataBox: Only setting autoSize on editor if DataBox's autoSize...
authorJerome St-Louis <jerome@ecere.com>
Sat, 19 Dec 2015 21:10:07 +0000 (16:10 -0500)
committerJerome St-Louis <jerome@ecere.com>
Mon, 21 Dec 2015 19:11:34 +0000 (14:11 -0500)
commit6fe838007101406915395f3a6264b6bc64380fc8
tree426998e7e0de9fdd3f809cd927a0a01c343f9ae6
parenta6f8438beabab48f78cef655c01275291672120e
ecere/gui/controls/DataBox: Only setting autoSize on editor if DataBox's autoSize is set to true
- This allows to set autoSize on editor from outside without the DataBox reverting it to 'false'
- Useful to setup editor alignment by setting autoSize on the editor itself within a DataBox
  filling up the ListBox cell ( http://ecere.com/forums/viewtopic.php?f=1&t=414 )
ecere/src/gui/controls/DataBox.ec