c73634c520
It doesn't make sense to perform the checks in ShowCellEditControl() when it's called from EnableCellEditControl() and this makes the code unnecessarily fragile as m_cellEditCtrlEnabled needs to be set at just the right moment for it to work correctly. Call the new DoShowCellEditControl() instead and perform the checks only in the public function, for compatibility. Also note in a comment and the documentation that ShowCellEditControl() is not very useful anyhow and that EnableCellEditControl() should most often be used instead. No real changes (the commit is best viewed ignoring whitespace changes). |
||
---|---|---|
.. | ||
wx | ||
check_syntax.sh |