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:
parent
228bfb3a4a
commit
a9b0d0a49a
1 changed files with 6 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue