godot/scene/gui
jmb462 6c950977a5
Prevent resizing minimap bigger than GraphEdit (Fix #47189)
Minimap size couldn't be resized back after been resized bigger than GraphEdit cause the grabber was out of GraphEdit.
This commit prevents resizing minimap bigger than GraphEdit and fix this issue.

(cherry picked from commit 045f55ec00)
2021-03-20 23:08:46 +01:00
..
aspect_ratio_container.cpp doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
aspect_ratio_container.h doc: Sync classref with current source 2021-01-13 16:55:27 +01:00
base_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
base_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
center_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_box.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
check_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_picker.cpp Keep Hue value when Saturation or Value is zero 2021-02-22 10:15:29 +01:00
color_picker.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
color_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
control.cpp Check if _edit_set_position and _edit_set_rect was used outside an editor 2021-03-16 11:11:31 +01:00
control.h Revert "Warn when setting Control size inside ready()" 2021-02-25 15:14:32 +01:00
dialogs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dialogs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
file_dialog.cpp trims_whitespaces_when_creating_folder_windows 2021-03-13 22:25:34 +01:00
file_dialog.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient_edit.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
graph_edit.cpp Prevent resizing minimap bigger than GraphEdit (Fix #47189) 2021-03-20 23:08:46 +01:00
graph_edit.h Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.cpp Update GraphEdit when GraphNode's slot is updated 2021-02-11 13:14:33 +01:00
graph_node.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
grid_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
item_list.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
label.cpp Label::set_lines_skipped Fail if passed a negative value 2021-02-22 10:16:54 +01:00
label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_edit.cpp Allow to override drop data in LineEdit 2021-01-26 17:24:55 +01:00
line_edit.h [GUI] Enforce virtual keyboard redisplay on clear 2021-01-26 13:18:14 +03:00
link_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
link_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
margin_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
menu_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
nine_patch_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
option_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
panel_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup.cpp Fix popup_centered() for scaled popups 2021-01-27 18:12:09 +01:00
popup.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
popup_menu.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
progress_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
range.cpp Make Range return 1.0 ratio if minimum and maximum values are equal 2021-01-26 17:00:17 +01:00
range.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
reference_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_effect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rich_text_label.cpp Fix BBCode tables overlap with bottom text 2021-03-19 10:49:36 +01:00
rich_text_label.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_bar.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scroll_container.cpp Revert "Fix flicker in control nodes due to pivot offset" 2021-03-11 11:01:48 +01:00
scroll_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
separator.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
separator.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shortcut.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
slider.cpp Fixed issues with slider focus and scroll input 2021-02-26 15:27:42 +01:00
slider.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
spin_box.cpp Release mouse when SpinBox leaves scene tree 2021-03-07 22:51:06 +01:00
spin_box.h Release mouse when SpinBox leaves scene tree 2021-03-07 22:51:06 +01:00
split_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
split_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tab_container.cpp Fix TabContainer _get_tab_width 2021-03-17 21:06:09 +01:00
tab_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tabs.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_edit.cpp Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
text_edit.h Fix TextEdit autoscroll with wrapped lines 2021-02-16 14:27:38 +01:00
texture_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_progress.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture_rect.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tool_button.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tree.cpp Check for null pointer in get_column_width(0) 2021-03-19 10:51:09 +01:00
tree.h Expose Tree::scroll_to_item() 2021-02-08 02:19:23 +01:00
video_player.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
video_player.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
viewport_container.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00