Closed santi-scruz closed 7 years ago
One way to solve this is to to do nothing when selecting any profile in the HEC-RAS profiles pop-up list. However, the default value when the EditRiverInputFile window opens will be with Flow checkbox ON. That is by adding the lines of code at _Edit_River_Input_FileOpeningFcn
set(handles.checkbox_flow, 'value', 1)
and at init_ImportHECRAS_panel
set(handles.checkbox_flow, 'value', 1) set(handles.checkbox_H , 'value', 0)
Solved in commit 32745bf
popup_HECRAS_profile_Callback() activates the _checkboxflow button when first in list of profiles (all profiles-unsteady flows) is selected. Even if Depth checkbox is already selected. That, shouldn't happen.