drag & drop demo (GUI)

This commit is contained in:
Juan Linietsky
2015-03-22 12:52:47 -03:00
parent 78694d8542
commit 1e4841dc52
4 changed files with 32 additions and 0 deletions

View File

@ -352,6 +352,7 @@ void ColorPickerButton::set_color(const Color& p_color){
picker->set_color(p_color);
update();
}
Color ColorPickerButton::get_color() const{