On Tue, 7 Jun 2011 14:44:29 +0200 "Ludo Brands" <[email protected]> wrote:
> There is already a bugreport for this one: > http://bugs.freepascal.org/view.php?id=19266 There is a workaround mentioned disabling overlay scrollbars for all applications. As I actually like them I only disable them for the applications that don't work with them. For Lazarus for example this does the trick: #!/bin/sh LIBOVERLAY_SCROLLBAR=0 /path/to/lazarusdir/startlazarus R. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
