mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-16 19:01:27 +05:00

1) Reset _algo = 0 if ( event == REMOVE_ALGO || event == REMOVE_FATHER_ALGO ) 2) Avoid erasing _computeError holding a WARNING is algo->Compute() returns true - if ( !_computeError || ( !ret && _computeError->IsOK() ) ) + if ( !_computeError || (/* !ret && */_computeError->IsOK() ) ) _computeError = algo->GetComputeError(); 3) Fix notifyListenersOnEvent(): - if ( !isDeletable || !_eventListeners.count( li_da.first )) + if ( !isDeletable || _eventListeners.count( li_da.first )) li_da.first->myBusySM.erase( this ); // a listener is hopefully not dead
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%