]> Creatis software - clitk.git/commit
Better control to avoid segfault
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 4 Mar 2019 15:49:12 +0000 (16:49 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Mon, 4 Mar 2019 15:49:12 +0000 (16:49 +0100)
commitbffde3a7ae834139793d8c00f73986879146b0e0
treeb02fa68ef20f368e422cd3ac8e2737c8e8a6bfed
parent05306a598620f8eecd320abc606d1cff4b96f333
Better control to avoid segfault

With one input, the accept function is called 3 times instead of 2 (I do not know why)
It leads to a segfault in mListOfSimpleInputWidget[3] so to avoid it I added a check
vv/vvToolInputSelectorWidget.cxx