mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[160378] Subset action should be disabled when there are no tabs available in Remote Monitor view
This commit is contained in:
parent
599dc028c2
commit
77ea462725
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
||||||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||||
* Kevin Doyle (IBM) - [177587] Made MonitorViewPart a SelectionProvider
|
* Kevin Doyle (IBM) - [177587] Made MonitorViewPart a SelectionProvider
|
||||||
|
* Kevin Doyle (IBM) - [160378] Subset action should be disabled when there are no tabs in Monitor
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.ui.view.monitor;
|
package org.eclipse.rse.internal.ui.view.monitor;
|
||||||
|
@ -731,6 +732,7 @@ class SubSetAction extends BrowseAction
|
||||||
_selectColumnsAction.checkEnabledState();
|
_selectColumnsAction.checkEnabledState();
|
||||||
_refreshAction.checkEnabledState();
|
_refreshAction.checkEnabledState();
|
||||||
_positionToAction.checkEnabledState();
|
_positionToAction.checkEnabledState();
|
||||||
|
_subsetAction.checkEnabledState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue