added option to manually save the collapsed/expanded state of tools
This commit is contained in:
@@ -919,6 +919,14 @@ void EditorPanel::writeOptions()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void EditorPanel::writeToolExpandedStatus(std::vector<int> &tpOpen)
|
||||
{
|
||||
if (tpc) {
|
||||
tpc->writeToolExpandedStatus(tpOpen);
|
||||
}
|
||||
}
|
||||
|
||||
void EditorPanel::showTopPanel (bool show)
|
||||
{
|
||||
if (tbTopPanel_1->get_active() != show) {
|
||||
|
Reference in New Issue
Block a user