You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Added "Clear" button top right of output debug console in editor
This commit is contained in:
@@ -45,6 +45,7 @@ class EditorLog : public PanelContainer {
|
||||
OBJ_TYPE( EditorLog, PanelContainer );
|
||||
|
||||
ToolButton *button;
|
||||
Button *clearbutton;
|
||||
Label *title;
|
||||
RichTextLabel *log;
|
||||
TextureButton *tb;
|
||||
@@ -62,6 +63,7 @@ class EditorLog : public PanelContainer {
|
||||
// void _dragged(const Point2& p_ofs);
|
||||
void _close_request();
|
||||
void _flip_request();
|
||||
void _clear_request();
|
||||
static void _undo_redo_cbk(void *p_self,const String& p_name);
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user