Make Editor, Export and Project settings dialogs resizable and store their bounds

This commit is contained in:
Ray Koopa 2017-03-02 22:43:56 +01:00
parent 74eace2b14
commit 7623fd10bf
7 changed files with 105 additions and 42 deletions

View file

@ -66,7 +66,7 @@ class WindowDialog : public Popup {
protected:
virtual void _post_popup();
virtual void _fix_size();
virtual void _close_pressed() {}
virtual bool has_point(const Point2& p_point) const;
void _notification(int p_what);