Implement dragging handling and delegate interaction

This commit is contained in:
Gregory John Casamento 2020-05-04 05:47:00 -04:00
parent 636ebfcf0a
commit 8222de40c6
3 changed files with 132 additions and 15 deletions

View file

@ -1013,7 +1013,7 @@
newFrame.origin.x = 0.0;
newFrame.origin.y = 0.0;
[[NSColor controlShadowColor] set];
NSFrameRectWithWidth(newFrame, 1);
NSFrameRectWithWidth(newFrame, .5);
// Use control frame...
textFrame = newFrame;