1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Some fixes and improvements.

Changed FileDialogs for EditorFileDialogs in EditorNode.
Updated CheckButton.
This commit is contained in:
Daniel J. Ramirez
2017-11-10 16:45:08 -06:00
parent 19b1ff0fc5
commit 8cf0d6ceb4
8 changed files with 47 additions and 24 deletions

View File

@@ -39,6 +39,7 @@ class CheckButton : public Button {
GDCLASS(CheckButton, Button);
protected:
virtual Size2 get_minimum_size() const;
void _notification(int p_what);
public: