mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 19:27:12 +00:00
fixed: unnecessary safety margin for dragview width
This commit is contained in:
@@ -952,7 +952,6 @@ var kDelegateRespondsTo_textShouldBeginEditing
|
||||
|
||||
_movingSelection = CPMakeRange(_startTrackingLocation, 0);
|
||||
|
||||
placeholderFrame.size.width += 2; // prevent wrapping
|
||||
dragPlaceholder = [[CPTextView alloc] initWithFrame:placeholderFrame];
|
||||
[dragPlaceholder insertText:placeholderString];
|
||||
[dragPlaceholder setBackgroundColor:[CPColor colorWithRed:1 green:1 blue:1 alpha:0]];
|
||||
|
||||
Reference in New Issue
Block a user