Improves Locallab tools advice tooltips management
Other: - GUI widgets cleanup
This commit is contained in:
@@ -957,6 +957,13 @@ void EditorPanel::writeToolExpandedStatus (std::vector<int> &tpOpen)
|
||||
}
|
||||
}
|
||||
|
||||
void EditorPanel::updateShowtooltipVisibility (bool showtooltip)
|
||||
{
|
||||
if (tpc) {
|
||||
tpc->updateShowtooltipVisibility (showtooltip);
|
||||
}
|
||||
}
|
||||
|
||||
void EditorPanel::showTopPanel (bool show)
|
||||
{
|
||||
if (tbTopPanel_1->get_active() != show) {
|
||||
|
Reference in New Issue
Block a user