Corrected some indentation

This commit is contained in:
Joel Holdsworth 2008-12-06 19:12:18 +00:00
parent aa9048fa68
commit 2ebd768d88

View file

@ -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