[gedit/wip/timeout-scroll] do scroll
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/timeout-scroll] do scroll
- Date: Mon, 25 Jul 2022 20:12:43 +0000 (UTC)
commit a899720c2b44b9b029459b177b09fabffec4da07
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date: Mon Jul 25 22:10:55 2022 +0200
do scroll
gedit/gedit-tab.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gedit/gedit-tab.c b/gedit/gedit-tab.c
index 5f9d1fba4..8ca741c85 100644
--- a/gedit/gedit-tab.c
+++ b/gedit/gedit-tab.c
@@ -1038,12 +1038,12 @@ should_show_progress_info (GTimer **timer,
static gboolean
scroll_timeout_cb (GeditTab *tab)
{
- //GeditView *view;
+ GeditView *view;
- g_message ("%s()", G_STRFUNC);
+ g_message ("%s() do scroll", G_STRFUNC);
- //view = gedit_tab_get_view (tab);
- //tepl_view_scroll_to_cursor (TEPL_VIEW (view));
+ view = gedit_tab_get_view (tab);
+ tepl_view_scroll_to_cursor (TEPL_VIEW (view));
tab->scroll_timeout = 0;
return G_SOURCE_REMOVE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]