1
0
Fork 0

Make line tool the default vector clip tool again

This commit is contained in:
arch1t3cht 2022-07-30 13:45:37 +02:00
parent 7ea9b95fe0
commit af009c4ce7
1 changed files with 1 additions and 1 deletions

View File

@ -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
}