Below is a test file (test-long-line.txt) that produces the warning.

The steps to trigger the warning:

  1. Start from a clean configuration, disable plugins
G_MESSAGES_DEBUG=all geany -v -p -c test-config
  1. Open the test-long-line.txt
  2. Turn Preferences>Editor[Features]:Line wrapping: ON
  3. Close Geany
  4. Re-open Geany
G_MESSAGES_DEBUG=all geany -v -p -c test-config

The warning is shown

(geany:5387): Gtk-WARNING **: 02:41:25.761: Negative content height -6 (allocation 1, extents 7x0) while allocating gadget (node scrollbar, owner GtkScrollbar)
  1. Disable the line wrapping: Preferences>Editor[Features]:Line wrapping: OFF
  2. Re-open Geany
G_MESSAGES_DEBUG=all geany -v -p -c test-config

NO warning is shown


test-long-line.txt


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.