mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Update src/app/3d/qgspoint3dsymbolwidget.cpp
Co-authored-by: Martin Dobias <wonder.sk@gmail.com>
This commit is contained in:
parent
89d3377195
commit
d871e87d6a
@ -75,7 +75,7 @@ QgsPoint3DSymbolWidget::QgsPoint3DSymbolWidget( QWidget *parent )
|
||||
connect( widgetMaterial, &QgsMaterialWidget::changed, this, &QgsPoint3DSymbolWidget::changed );
|
||||
connect( btnChangeSymbol, static_cast<void ( QgsSymbolButton::* )( )>( &QgsSymbolButton::changed ), this, &QgsPoint3DSymbolWidget::changed );
|
||||
|
||||
// Sync between billboard height and TY
|
||||
// Sync between billboard height and TZ
|
||||
connect( spinBillboardHeight, static_cast<void ( QDoubleSpinBox::* )( double )>( &QDoubleSpinBox::valueChanged ), spinTZ, &QDoubleSpinBox::setValue );
|
||||
connect( spinTZ, static_cast<void ( QDoubleSpinBox::* )( double )>( &QDoubleSpinBox::valueChanged ), spinBillboardHeight, &QDoubleSpinBox::setValue );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user