Update texturing_tool.cpp | fix # 20 check box disappearing

This commit is contained in:
Skarn
2022-03-12 20:32:49 +03:00
parent 57b1d67afb
commit 46d2a78197

View File

@@ -294,7 +294,7 @@ namespace Noggit
connect ( _spray_mode_group, &QGroupBox::toggled
, [&] (bool b)
{
_spray_content->setVisible(b);
_spray_content->setEnabled(b);
}
);