Follow-up of 4f63095d9a -> Collapse toolbar disabled by default

This commit is contained in:
enricoturri1966 2020-06-05 14:25:15 +02:00
parent 4f63095d9a
commit 2b19f471bd

View file

@ -3967,8 +3967,6 @@ bool Plater::priv::init_collapse_toolbar()
if (!collapse_toolbar.add_item(item))
return false;
collapse_toolbar.set_enabled(true);
return true;
}