Make sure tiling related widgets are properly enabled/disabled at load
svn path=/trunk/KDE/kdebase/workspace/; revision=1149545
This commit is contained in:
parent
3ad1949c50
commit
b613ae2a2c
1 changed files with 4 additions and 0 deletions
|
@ -718,6 +718,10 @@ void KAdvancedConfig::shadeHoverChanged(bool a) {
|
||||||
|
|
||||||
void KAdvancedConfig::setTilingOn( bool on ) {
|
void KAdvancedConfig::setTilingOn( bool on ) {
|
||||||
tilingOn->setChecked( on );
|
tilingOn->setChecked( on );
|
||||||
|
tilingLayoutLabel->setEnabled( on );
|
||||||
|
tilingLayoutCombo->setEnabled( on );
|
||||||
|
tilingRaiseLabel->setEnabled( on );
|
||||||
|
tilingRaiseCombo->setEnabled( on );
|
||||||
}
|
}
|
||||||
|
|
||||||
void KAdvancedConfig::setTilingLayout( int l ) {
|
void KAdvancedConfig::setTilingLayout( int l ) {
|
||||||
|
|
Loading…
Reference in a new issue