mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-08 03:20:30 -08:00
revision of "gui/properties.lisp" for QML;
This commit is contained in:
parent
2c288a5f31
commit
e8aa7601e8
3 changed files with 6 additions and 4 deletions
|
|
@ -17,7 +17,7 @@
|
|||
(defun show-properties-dialog ()
|
||||
(unless (find-package :properties)
|
||||
(load (in-home "gui/properties")))
|
||||
(funcall (sym :show :properties) qml:*caller*))
|
||||
(funcall (sym :show :properties) qml:*caller* t))
|
||||
|
||||
;; ini
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue