Add dragging of ruler markers.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14907 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-11-02 23:17:23 +00:00
parent 00f196e1c0
commit 52b116f1f4
8 changed files with 572 additions and 97 deletions

View file

@ -914,6 +914,7 @@ static float scrollerWidth;
}
[_contentView setFrame: contentRect];
[self setNeedsDisplay: YES];
}
- (void) drawRect: (NSRect)rect