Dealing with Unity's Global Menu and Overlay Scrollbars under Free Pascal/Lazarus
Posted
by
Gustavo Carreno
on Stack Overflow
See other posts from Stack Overflow
or by Gustavo Carreno
Published on 2012-03-22T11:06:10Z
Indexed on
2012/03/22
11:29 UTC
Read the original article
Hit count: 362
I've had some problems under the IDE that were fixed with unsettings and disabling Global menu and the Overlay Scrollbars.
I've reported the problem in Lazarus' Mantis: #0021465, #0021467.
There is also this bug report talking a bit more about it: #0019266
Their solution was to use unsettings to turn off Global Menu and Overlay Scrollbars.
I've had a quick search about the problem and there's an open bug report at Launchpad: overlay scrolling is broken in lazarus.
So, is the problem related to "lib overlay scrollbar"?
If it is, is there a solution via code, to avoid turning off both the Global Menu and Overlay Scrollbars?
If NOT, is there anyone taking notice and fixing the issue?
Many thanks, Gus
© Stack Overflow or respective owner