mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Adjust the index of the drag subtool button for the addition of the separator
This commit is contained in:
parent
5da48d0f30
commit
85f711fccc
@ -71,7 +71,7 @@ void VisualToolDrag::UpdateToggleButtons() {
|
|||||||
|
|
||||||
if (to_move == button_is_move) return;
|
if (to_move == button_is_move) return;
|
||||||
|
|
||||||
toolbar->SetToolNormalBitmap(toolbar->GetToolByPos(0)->GetId(),
|
toolbar->SetToolNormalBitmap(toolbar->GetToolByPos(1)->GetId(),
|
||||||
to_move ? ICON(visual_move_conv_move) : ICON(visual_move_conv_pos));
|
to_move ? ICON(visual_move_conv_move) : ICON(visual_move_conv_pos));
|
||||||
button_is_move = to_move;
|
button_is_move = to_move;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user