Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Remove redundant UpdateToggleButtons() in VisualToolDrag::OnSubTool
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqr committed May 7, 2020
1 parent f69194f commit eb7f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visual_tool_drag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ void VisualToolDrag::OnSubTool(wxCommandEvent &) {

Commit();
OnFileChanged();
UpdateToggleButtons();
//UpdateToggleButtons();
}

void VisualToolDrag::OnLineChanged() {
Expand Down

0 comments on commit eb7f261

Please sign in to comment.