1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file

This commit is contained in:
Hendrik Brucker
2023-07-14 22:35:39 +02:00
parent a7583881af
commit a29a680920
26 changed files with 1334 additions and 1109 deletions

View File

@@ -45,6 +45,7 @@
#include "scene/gui/texture_rect.h"
#include "scene/property_utils.h"
#include "scene/resources/packed_scene.h"
#include "scene/resources/style_box_flat.h"
bool EditorInspector::_property_path_matches(const String &p_property_path, const String &p_filter, EditorPropertyNameProcessor::Style p_style) {
if (p_property_path.findn(p_filter) != -1) {