Merge branch 'vector_clip_actions' into feature
This commit is contained in:
commit
4b9c50a702
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void VisualToolVectorClip::SetToolbar(wxToolBar *toolBar) {
|
|||
toolBar->Realize();
|
||||
toolBar->Show(true);
|
||||
toolBar->Bind(wxEVT_TOOL, [=](wxCommandEvent& e) { SetMode((VisualToolVectorClipMode) (e.GetId() - BUTTON_ID_BASE)); });
|
||||
SetMode(VCLIP_DRAG);
|
||||
SetMode(VCLIP_LINE);
|
||||
#undef ICON
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue