1
0
Fork 0

- [GUI] tracked slot name changing in nodgui.

This commit is contained in:
cage 2023-02-18 14:57:26 +01:00
parent 811c3c9824
commit 8ad6b368ec
1 changed files with 2 additions and 2 deletions

View File

@ -182,12 +182,12 @@
(reload-button reload-button) (reload-button reload-button)
(up-button up-button) (up-button up-button)
(go-button go-button)) main-window (go-button go-button)) main-window
(let ((entry-autocomplete (gui-mw::entry-widget iri-entry))) (let ((entry-autocomplete (gui-mw:autocomplete-entry-widget iri-entry)))
(gui:bind entry-autocomplete (gui:bind entry-autocomplete
#$<KeyPress-Return>$ #$<KeyPress-Return>$
(lambda (e) (lambda (e)
(declare (ignore e)) (declare (ignore e))
(gui-goodies:info-dialog main-window (gui:text entry-autocomplete))) (gui-goodies:info-dialog main-window (gui:text iri-entry)))
:append nil)))) :append nil))))
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys) (defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)