Windows: Do not manually realize the main window prematurely
commit8d22d7551b9ddbd145a8c2a3128598a44ad05a04
authorEnrico Tröger <enrico.troeger@uvena.de>
Sun, 5 Sep 2021 14:03:12 +0000 (5 16:03 +0200)
committerEnrico Tröger <enrico.troeger@uvena.de>
Sun, 3 Oct 2021 09:38:32 +0000 (3 11:38 +0200)
tree66465b1cbda8a4e73057d9e0d0a09926e688afeb
parentbc8be1fb820c7f0884d77dbe5a550a706a5af560
Windows: Do not manually realize the main window prematurely

This has been added in 9431eea24 but seems no longer necessary and
actually causes problems with setting the message window height. After
each start of Geany, the message window will be set a bit lower until it
is not visible anymore at all.
The manual realize step was maybe necessary with older GTK2 versions
but actually works contrarily on recent GTK3 builds.

Fixes #2591.
src/libmain.c