mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
indentation update
This commit is contained in:
parent
04388f73c6
commit
dd53fda846
@ -52,8 +52,10 @@ void QgsDefaultSearchWidgetWrapper::setValue( const QVariant& value )
|
||||
void QgsDefaultSearchWidgetWrapper::setEnabled( bool enabled )
|
||||
{
|
||||
mLineEdit->setReadOnly( !enabled );
|
||||
//if ( enabled )
|
||||
//mLineEdit->setPalette( mWritablePalette );
|
||||
//else
|
||||
//mLineEdit->setPalette( mReadOnlyPalette );
|
||||
#if 0
|
||||
if ( enabled )
|
||||
mLineEdit->setPalette( mWritablePalette );
|
||||
else
|
||||
mLineEdit->setPalette( mReadOnlyPalette );
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user