mirror of https://github.com/odrling/Aegisub
Make line tool the default vector clip tool again
This commit is contained in:
parent
7ea9b95fe0
commit
af009c4ce7
|
@ -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 New Issue