|
@@ -383,14 +383,6 @@ EditorPropertyFontMetaOverride::EditorPropertyFontMetaOverride(bool p_script) {
|
|
|
/* EditorPropertyOTVariation */
|
|
|
/*************************************************************************/
|
|
|
|
|
|
-void EditorPropertyOTVariation::_notification(int p_what) {
|
|
|
- switch (p_what) {
|
|
|
- case NOTIFICATION_ENTER_TREE:
|
|
|
- case NOTIFICATION_THEME_CHANGED: {
|
|
|
- } break;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
void EditorPropertyOTVariation::_property_changed(const String &p_property, const Variant &p_value, const String &p_name, bool p_changing) {
|
|
|
if (p_property.begins_with("keys")) {
|
|
|
Dictionary dict = object->get_dict();
|