godot/scene/resources/default_theme
Ruslan Mustakov 863dd9aa46 Always emit dynamic font change in update_oversampling
Fixes #15787.

The issue occurred when two (or more) separate DynamicFont instances
used the same DynamicFontAtSize instance due to having equal
properties. The first instance updated its data_at_size and emitted
"changed" signal, but the second did not because it considered the
data_at_size to be up to date, even though it has just been updated.
2018-05-08 19:01:15 +07:00
..
arrow_down.png
arrow_right.png
background.png
base_green.png
button_disabled.png
button_focus.png
button_hover.png
button_normal.png
button_pressed.png
checked.png
checker_bg.png
close.png
close_hl.png
color_picker_hue.png
color_picker_sample.png
default_theme.cpp Always emit dynamic font change in update_oversampling 2018-05-08 19:01:15 +07:00
default_theme.h
dosfont.png
dropdown.png
error_icon.png
error_icon.xpm
focus.png
font_hidpi.inc
font_lodpi.inc
frame_focus.png
full_panel_bg.png
graph_node.png
graph_node_breakpoint.png
graph_node_close.png
graph_node_comment.png
graph_node_comment_focus.png
graph_node_default.png
graph_node_default_focus.png
graph_node_position.png
graph_node_selected.png
graph_port.png
hseparator.png
hslider_bg.png
hslider_grabber.png
hslider_grabber_disabled.png
hslider_grabber_hl.png
hslider_tick.png
hsplit_bg.png
hsplitter.png
icon_add.png
icon_close.png
icon_color_pick.png
icon_folder.png
icon_parent_folder.png
icon_play.png
icon_reload.png
icon_snap_grid.png
icon_stop.png
icon_zoom_less.png
icon_zoom_more.png
icon_zoom_reset.png
line_edit.png
line_edit_disabled.png
line_edit_focus.png
logo.png
make_header.py
mini_checkerboard.png
option_arrow.png
option_button_disabled.png
option_button_focus.png
option_button_hover.png
option_button_normal.png
option_button_pressed.png
panel_bg.png
popup_bg.png
popup_bg_disabled.png
popup_checked.png
popup_hover.png
popup_unchecked.png
popup_window.png
progress_bar.png
progress_fill.png
radio_checked.png
radio_unchecked.png
reference_border.png
scroll_bg.png
scroll_button_down.png
scroll_button_down_hl.png
scroll_button_left.png
scroll_button_left_hl.png
scroll_button_right.png
scroll_button_right_hl.png
scroll_button_up.png
scroll_button_up_hl.png
scroll_grabber.png
scroll_grabber_hl.png
scroll_grabber_pressed.png
SCsub
selection.png
selection_oof.png
spinbox_updown.png
submenu.png
tab.png
tab_behind.png
tab_close.png
tab_container_bg.png
tab_current.png
tab_menu.png
tab_menu_hl.png
theme_data.h
toggle_off.png
toggle_on.png
tool_button_pressed.png
tooltip_bg.png
tree_bg.png
tree_bg_disabled.png
tree_bg_focus.png
tree_cursor.png
tree_cursor_unfocus.png
tree_title.png
tree_title_pressed.png
unchecked.png
updown.png
vseparator.png
vslider_bg.png
vslider_grabber.png
vslider_grabber_disabled.png
vslider_grabber_hl.png
vslider_tick.png
vsplit_bg.png
vsplitter.png
window_resizer.png
xpmfix.sh