Commit b4f23755 authored by Roman Alifanov's avatar Roman Alifanov

LogDialog: cursor invisible now

parent 10ec959f
...@@ -45,6 +45,7 @@ class LogDialog(Adw.Dialog): ...@@ -45,6 +45,7 @@ class LogDialog(Adw.Dialog):
textview = Gtk.TextView() textview = Gtk.TextView()
textview.set_editable(False) textview.set_editable(False)
textview.set_cursor_visible(False)
textbuffer = textview.get_buffer() textbuffer = textview.get_buffer()
scrolled_window = Gtk.ScrolledWindow( scrolled_window = Gtk.ScrolledWindow(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment