№ 10
Title: [4.9P4] UMG disabled style is not used for button.
Importance: Minor.
Branch: Binary.
Build version:
Version: 4.9.0-2657513+++depot+UE4-Releases+4.9
System Specs:
OS:Win8.
Additional specification will be provided by request.
Attachments:
It will be provided by request.
Detailed description of the issue:
Disabled style is not used if button was disabled.
Screenshots/Link to video: It will be provided by request.
Reproduction steps:
- Create a new project with starter content.
- Create a Widget BP and add it to viewport.
- Add a button to the Widget BP.
- Set style for a Disabled state(image or tint).
- Disable the button.
- Make sure disabled style is not implement when button is disabled.
Frequency: 100%.
Expected behavior:
A button use style defined by Disabled style section.