Update the \move/pos toggle button's icon when it's clicked

Originally committed to SVN as r4817.
This commit is contained in:
Thomas Goyne 2010-10-16 20:23:54 +00:00
parent a278901e13
commit 7ce2e8f389
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ void VisualToolDrag::OnSubTool(wxCommandEvent &) {
Commit(true);
Refresh();
UpdateToggleButtons();
}
void VisualToolDrag::OnLineChanged() {
@ -129,6 +130,7 @@ void VisualToolDrag::OnFileChanged() {
MakeFeatures(diag);
}
}
UpdateToggleButtons();
}
void VisualToolDrag::OnFrameChanged() {