PIValueTreeEdit File and Dir support
This commit is contained in:
@@ -118,3 +118,9 @@ void PIVariantEdit::setFullEditMode(bool on) {
|
||||
if (!editor) return;
|
||||
editor->setFullEditMode(on);
|
||||
}
|
||||
|
||||
|
||||
void PIVariantEdit::retranslate() {
|
||||
if (!editor) return;
|
||||
editor->retranslate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user