@@ -367,7 +367,6 @@ impl LayoutGroup {
367367 Widget :: ColorInput ( x) => & mut x. tooltip_label ,
368368 Widget :: CurveInput ( x) => & mut x. tooltip_label ,
369369 Widget :: DropdownInput ( x) => & mut x. tooltip_label ,
370- Widget :: FontInput ( x) => & mut x. tooltip_label ,
371370 Widget :: IconButton ( x) => & mut x. tooltip_label ,
372371 Widget :: IconLabel ( x) => & mut x. tooltip_label ,
373372 Widget :: ImageButton ( x) => & mut x. tooltip_label ,
@@ -403,7 +402,6 @@ impl LayoutGroup {
403402 Widget :: ColorInput ( x) => & mut x. tooltip_description ,
404403 Widget :: CurveInput ( x) => & mut x. tooltip_description ,
405404 Widget :: DropdownInput ( x) => & mut x. tooltip_description ,
406- Widget :: FontInput ( x) => & mut x. tooltip_description ,
407405 Widget :: IconButton ( x) => & mut x. tooltip_description ,
408406 Widget :: IconLabel ( x) => & mut x. tooltip_description ,
409407 Widget :: ImageButton ( x) => & mut x. tooltip_description ,
@@ -727,7 +725,6 @@ pub enum Widget {
727725 ColorInput ( ColorInput ) ,
728726 CurveInput ( CurveInput ) ,
729727 DropdownInput ( DropdownInput ) ,
730- FontInput ( FontInput ) ,
731728 IconButton ( IconButton ) ,
732729 IconLabel ( IconLabel ) ,
733730 ImageButton ( ImageButton ) ,
@@ -782,7 +779,6 @@ impl DiffUpdate {
782779 Widget :: CheckboxInput ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
783780 Widget :: ColorInput ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
784781 Widget :: DropdownInput ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
785- Widget :: FontInput ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
786782 Widget :: IconButton ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
787783 Widget :: NumberInput ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
788784 Widget :: ParameterExposeButton ( widget) => widget. tooltip_shortcut . as_mut ( ) ,
0 commit comments