mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Don't expand the header elements after loading the file.
This commit is contained in:
parent
97f8f14a73
commit
7fd8717588
@ -252,7 +252,7 @@ header_editor_frame_c::handle_segment_info(analyzer_data_c *data) {
|
||||
Z("A unique ID to identify the next chained segment (128 bits)."), 128);
|
||||
child_page->init();
|
||||
|
||||
m_tb_tree->ExpandNode(page->m_page_id);
|
||||
// m_tb_tree->ExpandNode(page->m_page_id);
|
||||
}
|
||||
|
||||
void
|
||||
@ -429,7 +429,7 @@ header_editor_frame_c::handle_tracks(analyzer_data_c *data) {
|
||||
child_page->init();
|
||||
}
|
||||
|
||||
m_tb_tree->ExpandNode(page->m_page_id);
|
||||
// m_tb_tree->ExpandNode(page->m_page_id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user