mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added "Clear" button top right of output debug console in editor
This commit is contained in:
parent
f697ec2fe0
commit
f46e340ab5
2 changed files with 16 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue