Skip to content

Commit

Permalink
Fix an error in SP 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Leprince committed Oct 18, 2018
1 parent 20ee325 commit 0bb4168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RenderMan/RendermanPrefsPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Dialog
id:rmanPathButton
text: "pick"
onClicked: {
alg.log.info("rman: click")
// alg.log.info("rman: click")
folderPickerDialog.fieldid = rmanPathField
folderPickerDialog.open()
}
Expand Down Expand Up @@ -292,7 +292,7 @@ Dialog

onVisibleChanged:
{
if (visible == false)
if (visible == false && parent != null )
{
// alg.log.info("vis OFF")
parent.active()
Expand Down

0 comments on commit 0bb4168

Please sign in to comment.