mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 23:33:57 +02:00
Fix 50450
This commit is contained in:
parent
2146a465de
commit
9309135007
2 changed files with 1254 additions and 1248 deletions
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,7 @@ public class SharedLibrariesViewPreferencePage extends FieldEditorPreferencePage
|
||||||
|
|
||||||
public static void initDefaults( IPreferenceStore store )
|
public static void initDefaults( IPreferenceStore store )
|
||||||
{
|
{
|
||||||
CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, true );
|
CDebugCorePlugin.getDefault().getPluginPreferences().setDefault( ICDebugConstants.PREF_SHARED_LIBRARIES_AUTO_REFRESH, false );
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void createSpacer( Composite composite, int columnSpan )
|
protected void createSpacer( Composite composite, int columnSpan )
|
||||||
|
|
Loading…
Add table
Reference in a new issue