parent
85f8e70013
commit
6ccc2b9f89
@ -10457,6 +10457,9 @@ BPoseView::ExcludeTrashFromSelection()
|
||||
void
|
||||
BPoseView::_ResetStartOffset()
|
||||
{
|
||||
if (fColumnList == NULL || fColumnList->IsEmpty()
|
||||
|| fColumnList->ItemAt(0) == NULL)
|
||||
return;
|
||||
fColumnList->ItemAt(0)->SetOffset(StartOffset());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user