mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix ColorPicker's screen pick functionality
This commit is contained in:
committed by
Mariano Suligoy
parent
33bf180067
commit
f5185e7ba6
@@ -65,6 +65,9 @@ void CustomPropertyEditor::_notification(int p_what) {
|
||||
VisualServer::get_singleton()->canvas_item_add_rect(ci, Rect2( 10,10,60, get_size().height-20 ), v );
|
||||
}*/
|
||||
}
|
||||
if (p_what == MainLoop::NOTIFICATION_WM_QUIT_REQUEST) {
|
||||
hide();
|
||||
}
|
||||
}
|
||||
|
||||
void CustomPropertyEditor::_menu_option(int p_which) {
|
||||
|
||||
Reference in New Issue
Block a user