We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2287937 commit f55fbbfCopy full SHA for f55fbbf
src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
@@ -260,5 +260,5 @@ void QgsSymbolV2SelectorDialog::on_mTransparencySlider_valueChanged( int value )
260
void QgsSymbolV2SelectorDialog::displayTransparency( double alpha )
261
{
262
double transparencyPercent = ( 1 - alpha ) * 100;
263
- mTransparencyLabel->setText( tr( "Transparency: %1%" ).arg( transparencyPercent ) );
+ mTransparencyLabel->setText( tr( "Transparency: %1%" ).arg(( int ) transparencyPercent ) );
264
}
0 commit comments