Merge branch 'master' into pr/1875
This commit is contained in:
@@ -69,6 +69,7 @@ void ShapeNodeBase::Retranslate()
|
||||
{
|
||||
super::Retranslate();
|
||||
|
||||
SetInputName(kBaseInput, tr("Base"));
|
||||
SetInputName(kPositionInput, tr("Position"));
|
||||
SetInputName(kSizeInput, tr("Size"));
|
||||
|
||||
|
||||
@@ -76,7 +76,6 @@ void TextGeneratorV3::Retranslate()
|
||||
super::Retranslate();
|
||||
|
||||
SetInputName(kTextInput, tr("Text"));
|
||||
SetInputName(kBaseInput, tr("Base"));
|
||||
}
|
||||
|
||||
void TextGeneratorV3::Value(const NodeValueRow &value, const NodeGlobals &globals, NodeValueTable *table) const
|
||||
|
||||
@@ -179,7 +179,7 @@ void ColorValuesWidget::ColorPickedBtnToggled(bool e)
|
||||
|
||||
// Restore original color (or use overridden color from eventFilter)
|
||||
SetReferenceColor(picker_end_color_);
|
||||
emit ColorChanged(picker_end_color_);
|
||||
emit ColorChanged(input_tab_->GetColor());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user