mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
07a2fd4b1a
Specifically, the open button in the Python shell window and the blue channel (only) in the texture viewer had values specified even though they do not have an actual menu associated with the buttons. For the texture viewer, this was explicitly set to the default value (delayed popup); for the Python shell window the value is custom. The popup mode is only used "for tool buttons that has a menu set or contains a list of actions". These were added in early commits for each feature, probably by accident:0837e66939for the texture viewer and2a4596e06afor the Python shell.