On 14/11/2016 12:11 μμ, Marco Martin wrote:
On Saturday 12 November 2016, Michail Vourlakos wrote:
      Binding {
          target: panel
          property: "maskArea"
          when: panelClient && panelClient.maskArea!==undefined
          value: {
              if (!panelClient || !panelClient.maskArea) {
                  return;
              }

              return panelClient.maskArea;
          }
      }
this binding would completely break panel height controlling by the user no?



why? it doesnt. The current implementation is left untouched in my test system...

Reply via email to