Corrected some indentation
This commit is contained in:
parent
aa9048fa68
commit
2ebd768d88
1 changed files with 6 additions and 6 deletions
|
|
@ -259,12 +259,12 @@ void
|
|||
TimelinePanel::update_tool_buttons()
|
||||
{
|
||||
if(!updatingToolbar)
|
||||
{
|
||||
updatingToolbar = true;
|
||||
arrowTool.set_active(currentTool == timeline::Arrow);
|
||||
iBeamTool.set_active(currentTool == timeline::IBeam);
|
||||
updatingToolbar = false;
|
||||
}
|
||||
{
|
||||
updatingToolbar = true;
|
||||
arrowTool.set_active(currentTool == timeline::Arrow);
|
||||
iBeamTool.set_active(currentTool == timeline::IBeam);
|
||||
updatingToolbar = false;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue