mirror of https://codeberg.org/cage/tinmop/
- [GUI] prevented gemtext widget to take the focus (tanks op!).
This commit is contained in:
parent
14525c2f1b
commit
34407087ef
|
@ -1075,7 +1075,8 @@
|
|||
#$<Enter>$
|
||||
(lambda (e)
|
||||
(declare (ignore e))
|
||||
(gui:configure-mouse-pointer gemtext-widget (gui:find-cursor :xterm))))
|
||||
(gui:configure-mouse-pointer gemtext-widget (gui:find-cursor :xterm))
|
||||
(gui:force-focus (gui:root-toplevel))))
|
||||
(setf (gui:command go-button) (open-iri-clsr main-window t))
|
||||
(setf (gui:command reload-button) (reload-iri-clsr main-window))
|
||||
(setf (gui:command back-button) (back-iri-clsr main-window))
|
||||
|
@ -1237,6 +1238,7 @@
|
|||
:background (gui-conf:gemini-window-colors)
|
||||
:selectbackground select-bg
|
||||
:selectforeground select-fg
|
||||
:takefocus (nodgui.utils:lisp-bool->tcl nil)
|
||||
:padx padding-pixel
|
||||
:master gemini-paned-frame
|
||||
:read-only t
|
||||
|
|
Loading…
Reference in New Issue