Easy: look for the "tile" method in gui/Source/NSScrollView.m (around line 870);
inside the "if (_hasVertScroller)" command, change the 2 occurences of
NSMinXEdge
into NSMaxXEdge. After make install, all apps that you run will have
right scrollers.

Oops, just realized that you also has to change inside the "if
(_hasVertScroller)"
in the drawRect: method to change "+ scrollerWidth" into "- 1", so
that the separation line is
drawn in the right place.

Benhur


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to