mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 19:05:38 +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 = new GridData();
|
||||||
gd.horizontalSpan = 3;
|
gd.horizontalSpan = 3;
|
||||||
fVerboseModeButton.setLayoutData(gd);
|
fVerboseModeButton.setLayoutData(gd);
|
||||||
|
|
||||||
|
// Grayed out until bug 249227 is resolved
|
||||||
|
//
|
||||||
|
fVerboseModeButton.setVisible(false);
|
||||||
|
//
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void createSolibTab(TabFolder tabFolder) {
|
public void createSolibTab(TabFolder tabFolder) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue