* fix: update component modes toolbar buttons on entering clipper mode

This commit is contained in:
Garux 2018-11-14 22:38:00 +03:00
parent 1afd6126fd
commit d83d5977b7

View File

@ -1567,6 +1567,7 @@ void ClipperMode(){
g_currentToolModeSupportsComponentEditing = false;
SelectionSystem_DefaultMode();
ComponentModeChanged();
Sys_Status( c_ClipperMode_status );
GlobalSelectionSystem().SetManipulatorMode( SelectionSystem::eClip );