mirror of
https://github.com/zbanks/radiance.git
synced 2026-06-16 04:26:25 +02:00
Emit reloaded signal in LightOutputNodeTile
This commit is contained in:
@@ -41,8 +41,10 @@ VideoNodeTile {
|
||||
}
|
||||
Keys.onPressed: {
|
||||
if (event.modifiers == Qt.NoModifier) {
|
||||
if (event.key == Qt.Key_R)
|
||||
if (event.key == Qt.Key_R) {
|
||||
videoNode.reload();
|
||||
reloaded();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user