mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Update the \move/pos toggle button's icon when it's clicked
Originally committed to SVN as r4817.
This commit is contained in:
parent
a278901e13
commit
7ce2e8f389
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user