mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-14 15:06:01 +01:00
Fixed cmd_open
This commit is contained in:
parent
b2a6e8f0c6
commit
b6f367612b
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ init_zathura()
|
|||
g_signal_connect(G_OBJECT(Zathura.UI.document), "button-press-event", G_CALLBACK(cb_view_button_pressed), NULL);
|
||||
g_signal_connect(G_OBJECT(Zathura.UI.document), "button-release-event", G_CALLBACK(cb_view_button_release), NULL);
|
||||
g_signal_connect(G_OBJECT(Zathura.UI.document), "motion-notify-event", G_CALLBACK(cb_view_motion_notify), NULL);
|
||||
gtk_widget_show(Zathura.UI.document);
|
||||
|
||||
/* view */
|
||||
g_signal_connect(G_OBJECT(Zathura.UI.view), "key-press-event", G_CALLBACK(cb_view_kb_pressed), NULL);
|
||||
|
|
Loading…
Reference in a new issue