LunarG / VulkanTools

Tools to aid in Vulkan development
Other
662 stars 174 forks source link

VkConfig: Fix tray combo-box signal method #2057

Closed npavlicek closed 1 month ago

npavlicek commented 2 months ago

The combo-box for selecting what layers are being controlled is not correctly signaling its corresponding slot. As a result the configurator never gets updated. Checkable actions use the "toggled" signal rather than "triggered". A simple if statement was also added so only the selected action updates the configurator.

2046

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

ci-tester-lunarg commented 2 months ago

Author npavlicek not on autobuild list. Waiting for curator authorization before starting CI build.

christophe-lunarg commented 1 month ago

Thanks for contributing!