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()
|
TimelinePanel::update_tool_buttons()
|
||||||
{
|
{
|
||||||
if(!updatingToolbar)
|
if(!updatingToolbar)
|
||||||
{
|
{
|
||||||
updatingToolbar = true;
|
updatingToolbar = true;
|
||||||
arrowTool.set_active(currentTool == timeline::Arrow);
|
arrowTool.set_active(currentTool == timeline::Arrow);
|
||||||
iBeamTool.set_active(currentTool == timeline::IBeam);
|
iBeamTool.set_active(currentTool == timeline::IBeam);
|
||||||
updatingToolbar = false;
|
updatingToolbar = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue