core/popupwindow: remove parentWindow deprecation message

Was being falsely triggered by lints.
This commit is contained in:
outfoxxed 2024-11-19 17:20:53 -08:00
parent eb5a5b8b67
commit dbaaf55eb6
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
4 changed files with 11 additions and 14 deletions

View file

@ -30,9 +30,9 @@
/// }
///
/// PopupWindow {
/// parentWindow: toplevel
/// relativeX: parentWindow.width / 2 - width / 2
/// relativeY: parentWindow.height
/// anchor.window: toplevel
/// anchor.rect.x: parentWindow.width / 2 - width / 2
/// anchor.rect.y: parentWindow.height
/// width: 500
/// height: 500
/// visible: true