mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Enable scroll hints for several parts of the editor
This commit is contained in:
@@ -50,8 +50,11 @@ class ResourcePreloaderEditor : public EditorDock {
|
||||
|
||||
Button *load = nullptr;
|
||||
Button *paste = nullptr;
|
||||
MarginContainer *mc = nullptr;
|
||||
Tree *tree = nullptr;
|
||||
bool loading_scene;
|
||||
|
||||
bool horizontal = false;
|
||||
bool loading_scene = false;
|
||||
|
||||
EditorFileDialog *file = nullptr;
|
||||
|
||||
@@ -73,9 +76,10 @@ class ResourcePreloaderEditor : public EditorDock {
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
static void _bind_methods();
|
||||
|
||||
virtual void update_layout(EditorDock::DockLayout p_layout) override;
|
||||
|
||||
public:
|
||||
void edit(ResourcePreloader *p_preloader);
|
||||
ResourcePreloaderEditor();
|
||||
|
||||
Reference in New Issue
Block a user