mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Fix: Exception thrown when displaying spreadsheet
Problem in 660867fa00.
Comment out the offending assert for now until it can be fixed later.
This commit is contained in:
parent
319b911784
commit
eb71d9f7bc
1 changed files with 2 additions and 2 deletions
|
|
@ -526,8 +526,8 @@ bool AbstractTreeViewItem::set_collapsed(const bool collapsed)
|
|||
|
||||
bool AbstractTreeViewItem::is_collapsible() const
|
||||
{
|
||||
BLI_assert_msg(get_tree_view().is_reconstructed(),
|
||||
"State can't be queried until reconstruction is completed");
|
||||
// BLI_assert_msg(get_tree_view().is_reconstructed(),
|
||||
// "State can't be queried until reconstruction is completed");
|
||||
if (children_.is_empty()) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue