Merge pull request #63429 from RandomShaper/indicate_overridden

This commit is contained in:
Rémi Verschelde
2022-07-31 23:54:38 +02:00
committed by GitHub
7 changed files with 175 additions and 26 deletions

View File

@ -61,6 +61,7 @@ class InspectorDock : public VBoxContainer {
COLLAPSE_ALL,
EXPAND_ALL,
EXPAND_REVERTABLE,
// Matches `EditorPropertyNameProcessor::Style`.
PROPERTY_NAME_STYLE_RAW,
@ -124,6 +125,7 @@ class InspectorDock : public VBoxContainer {
void _edit_back();
void _menu_collapseall();
void _menu_expandall();
void _menu_expand_revertable();
void _select_history(int p_idx);
void _prepare_history();