mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 09:35:25 +00:00
Fix checkbox being tinted pink because of FSlateColor no longer defaulting to white
This commit is contained in:
parent
1b52815584
commit
a2d3972eb3
@ -21,8 +21,8 @@ class SFocusableCheckBox : public SCheckBox
|
|||||||
, _ClickMethod( EButtonClickMethod::DownAndUp )
|
, _ClickMethod( EButtonClickMethod::DownAndUp )
|
||||||
, _TouchMethod(EButtonTouchMethod::DownAndUp)
|
, _TouchMethod(EButtonTouchMethod::DownAndUp)
|
||||||
, _PressMethod(EButtonPressMethod::DownAndUp)
|
, _PressMethod(EButtonPressMethod::DownAndUp)
|
||||||
, _ForegroundColor()
|
, _ForegroundColor(FSlateColor(FColor::White))
|
||||||
, _BorderBackgroundColor ()
|
, _BorderBackgroundColor (FSlateColor(FColor::White))
|
||||||
, _IsFocusable( true )
|
, _IsFocusable( true )
|
||||||
, _UncheckedImage( nullptr )
|
, _UncheckedImage( nullptr )
|
||||||
, _UncheckedHoveredImage( nullptr )
|
, _UncheckedHoveredImage( nullptr )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user