Skip to content

Commit

Permalink
Allow to pin Debug Inspect popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Jun 3, 2024
1 parent 35c2029 commit b866e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract class DebugPopup extends PopupDialog {
* the dialog, or <code>null</code>
*/
public DebugPopup(Shell parent, Point anchor, String commandId) {
super(parent, PopupDialog.INFOPOPUPRESIZE_SHELLSTYLE, true, true, false, true, false, null, null);
super(parent, PopupDialog.INFOPOPUPRESIZE_SHELLSTYLE, true, true, false, true, false, true, null, null);
fAnchor = anchor;
fCommandId = commandId;
}
Expand Down

0 comments on commit b866e1c

Please sign in to comment.