Make line tool the default vector clip tool again
This commit is contained in:
parent
7ea9b95fe0
commit
af009c4ce7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ void VisualToolVectorClip::SetToolbar(wxToolBar *toolBar) {
|
||||||
toolBar->Realize();
|
toolBar->Realize();
|
||||||
toolBar->Show(true);
|
toolBar->Show(true);
|
||||||
toolBar->Bind(wxEVT_TOOL, [=](wxCommandEvent& e) { SetMode((VisualToolVectorClipMode) (e.GetId() - BUTTON_ID_BASE)); });
|
toolBar->Bind(wxEVT_TOOL, [=](wxCommandEvent& e) { SetMode((VisualToolVectorClipMode) (e.GetId() - BUTTON_ID_BASE)); });
|
||||||
SetMode(VCLIP_DRAG);
|
SetMode(VCLIP_LINE);
|
||||||
#undef ICON
|
#undef ICON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue