1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 14:45:25 +02:00

[249227] Making "verbose" option invisible until it is fully ready

This commit is contained in:
Marc Khouzam 2008-10-10 14:36:04 +00:00
parent 228bfb3a4a
commit a9b0d0a49a

View file

@ -313,6 +313,12 @@ public class GdbDebuggerPage extends AbstractCDebuggerPage implements Observer {
gd = new GridData();
gd.horizontalSpan = 3;
fVerboseModeButton.setLayoutData(gd);
// Grayed out until bug 249227 is resolved
//
fVerboseModeButton.setVisible(false);
//
}
public void createSolibTab(TabFolder tabFolder) {