fix crash in BasicDemo
add small experiments to distribute points on a sphere prepare for coordinate frame demo (incomplete) fix/hack around gwen update of scroll bars and Focu
This commit is contained in:
@@ -144,13 +144,16 @@ void TreeNode::Open()
|
||||
m_InnerPanel->Show();
|
||||
if ( m_ToggleButton ) m_ToggleButton->SetToggleState( true );
|
||||
Invalidate();
|
||||
m_TreeControl->ForceUpdateScrollBars();
|
||||
}
|
||||
|
||||
void TreeNode::Close()
|
||||
{
|
||||
m_InnerPanel->Hide();
|
||||
if ( m_ToggleButton ) m_ToggleButton->SetToggleState( false );
|
||||
|
||||
Invalidate();
|
||||
m_TreeControl->ForceUpdateScrollBars();
|
||||
}
|
||||
|
||||
void TreeNode::ExpandAll()
|
||||
@@ -273,6 +276,7 @@ void TreeNode::iterate(int action, int* curIndex, int* targetIndex)
|
||||
{
|
||||
Open();
|
||||
|
||||
|
||||
break;
|
||||
}
|
||||
case ITERATE_ACTION_CLOSE:
|
||||
|
||||
Reference in New Issue
Block a user