mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Channel url and cursor fix
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url
This commit is contained in:
@@ -2139,6 +2139,7 @@ gtk_xtext_motion_notify (GtkWidget * widget, GdkEventMotion * event)
|
||||
{
|
||||
gdk_window_set_cursor (GTK_WIDGET (xtext)->window,
|
||||
xtext->resize_cursor);
|
||||
xtext->cursor_hand = FALSE;
|
||||
xtext->cursor_resize = TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
@@ -2161,6 +2162,7 @@ gtk_xtext_motion_notify (GtkWidget * widget, GdkEventMotion * event)
|
||||
gdk_window_set_cursor (GTK_WIDGET (xtext)->window,
|
||||
xtext->hand_cursor);
|
||||
xtext->cursor_hand = TRUE;
|
||||
xtext->cursor_resize = FALSE;
|
||||
}
|
||||
|
||||
/* un-render the old hilight */
|
||||
|
||||
Reference in New Issue
Block a user