Skip to content
  • Kyle Lutz's avatar
    Avoid rendering each time a display property's text is changed · 1fe63f0f
    Kyle Lutz authored
    This update the pqDoubleEdit class to only call valueChanged() after
    the user is done editing the text. Previously, each character the user
    typed would cause the valueChanged() signal to be emitted which would
    lead to multiple uneccessary renders.
    
    Change-Id: I954a60f56497dde57d789a8d0785ecee375a824e
    1fe63f0f