On Sun, Jun 7, 2009 at 8:16 PM, Adrian Lienhard<adi@netstyle.ch> wrote:
In issue #838 I changed the implementation to be platform specific as follows:
swapMouseButtons     ^ self         valueOfFlag: #swapMouseButtons         ifAbsent: [             OSPlatform current platformFamily ~= #Windows ]
which means that for Unix swapping is enabled (returns true).
If I understand you correctly, however, for Unix it should be disabled. Is this correct?
So the correct implementation would be to test for
OSPlatform current platformFamily = #Mac (or similar)
No, it works out-of-the-box now on Linux (as said at the end of Mariano's email and I confirm it). He probably just got and update problem. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry