Skip to content

panel: Port QML/JavaScript, fix getMargins()

ivan tkachenko requested to merge work/ratijas/panel-js into master

Fix fallback return value of getMargins()

By default JavaScript would return undefined which is not really assignable to some numeric properties.

Fix some code style issues, use strict equality and qualified property access

ConfigOverlay: Explicitly specify arguments in signal handlers

ConfigOverlay: Port to modern JavaScript operators, fix qualified property access

Merge request reports