Skip to content

Commit

Permalink
Merge pull request #18 from qooxdoo/remove-show
Browse files Browse the repository at this point in the history
For qooxdoo 8.0's new class/property system, remove property `show`
  • Loading branch information
derrell committed Jun 2, 2023
2 parents 85e149c + d7f2295 commit d9365b0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/class/qxl/dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,6 @@ qx.Class.define("qxl.dialog.Dialog", {
},

properties: {
/**
* Whether the dialog is shown. If true, call the show() method. If false,
* call the hide() method.
*/
show: {
check: "Boolean",
nullable: true,
event: "changeShow",
apply: "_applyShow",
},

/**
* Whether to block the ui while the widget is displayed
*/
Expand Down

0 comments on commit d9365b0

Please sign in to comment.