Update texturing_tool.cpp | fix # 20 check box disappearing
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Noggit
|
||||
connect ( _spray_mode_group, &QGroupBox::toggled
|
||||
, [&] (bool b)
|
||||
{
|
||||
_spray_content->setVisible(b);
|
||||
_spray_content->setEnabled(b);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user