mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
[233494] taking our refresh from promptable actions as well
This commit is contained in:
parent
5385856285
commit
b9d875639a
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ public class SystemViewFilterReferenceAdapter
|
|||
{
|
||||
ISystemFilter filter = getFilter(element);
|
||||
ISubSystemConfiguration ssParentFactory = getSubSystemConfiguration(filter);
|
||||
return ssParentFactory.showRefreshOnFilter();
|
||||
return ssParentFactory.showRefreshOnFilter() && !filter.isPromptable();
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue