Skip to content

Introduced new activated msg border drawing approach

Ivica Bukvic requested to merge msg-box-0.24.4 into master
  • Got rid of the problematic svg background which marginally worked on 0.14.7 but doesn't on 0.24.4 (e.g. create a msg object, deactivate it by clicking anywhere on the canvas, and then zoom in a level or two and notice an additional vertical line; also, note that the flags on the right are transparent and not perfectly aligned).

  • Instead, using the existing msg border/background and adjusting its size dynamically

  • The behavior remains identical to before (hide nlets, do not worry about readjusting patch cords)

  • LATER: think about integrating patch cord and nlet adjustment to match vanilla behavior, and implement this same approach for the regular text objects

Edited by Ivica Bukvic

Merge request reports