summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-01-25 19:58:41 +0100
committerGitHub <noreply@github.com>2017-01-25 19:58:41 +0100
commit4b9ec15124c8784d11980a467318c585bbc0e0e2 (patch)
tree68f3980116c41fbb7294c22730fadc6f3b2791d2 /tools/editor/property_editor.h
parent1005a56e5a27fb7f491d280d5aff6fe88691365c (diff)
parent92363a2afee8b31a4ba4e1fd059dffabfeec0e95 (diff)
Merge pull request #7542 from volzhs/modulate-transparency
Show transparency and accurate color for modulate
Diffstat (limited to 'tools/editor/property_editor.h')
-rw-r--r--tools/editor/property_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h
index 900d06497f..3f8d071a01 100644
--- a/tools/editor/property_editor.h
+++ b/tools/editor/property_editor.h
@@ -245,6 +245,7 @@ friend class ProjectExportDialog;
void drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from);
void _resource_preview_done(const String& p_path,const Ref<Texture>& p_preview,Variant p_ud);
+ void _draw_transparency(Object *t, const Rect2& p_rect);
UndoRedo *undo_redo;
protected: