mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Reset invalid state when letting user retry adding a shader tool
This commit is contained in:
@@ -803,6 +803,8 @@ bool SettingsDialog::editTool(int existing, ShaderProcessingTool &tool)
|
||||
|
||||
QString message;
|
||||
|
||||
invalid = false;
|
||||
|
||||
// ensure we don't have an invalid name
|
||||
if(tool.name == "Builtin")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user