Upon entering the special effects toolbox from the images menu, there is no way to get out unless one of the special effects are chosen and applied to the current photo.
Upon entering most menus, other menus that are not active are usually disabled until a certain event occurs or
a cancel is picked up by the slot in charge of that particular widget.
bt_play->setDisabled(true);
bt_start->setDisabled(true);
bt_end->setDisabled(true);
frame_center_menu->setDisabled(true);
frame_bottom_timeline->setDisabled(true);
frame_topmenu->setDisabled(false);
contain_timeline->setDisabled(false);
removed the above code from mainfrm::f_aff_effects()
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1709336
Originator: YES
Upon entering most menus, other menus that are not active are usually disabled until a certain event occurs or
a cancel is picked up by the slot in charge of that particular widget.
bt_play->setDisabled(true);
bt_start->setDisabled(true);
bt_end->setDisabled(true);
frame_center_menu->setDisabled(true);
frame_bottom_timeline->setDisabled(true);
frame_topmenu->setDisabled(false);
contain_timeline->setDisabled(false);
removed the above code from mainfrm::f_aff_effects()