1
0
Fork 0

Remove redundant UpdateToggleButtons() in VisualToolDrag::OnSubTool

This commit is contained in:
wangqr 2020-05-06 20:24:15 -04:00
parent 76802c3441
commit 7ac2983c61
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ void VisualToolDrag::OnSubTool(wxCommandEvent &) {
Commit();
OnFileChanged();
UpdateToggleButtons();
//UpdateToggleButtons();
}
void VisualToolDrag::OnLineChanged() {