mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:10:37 +00:00
Fix various issues when drawing controls with edited cells. This
includes a fix for the problem of properly resizing and redrawing the editor when the cell is resized or moved during editing (bug #22678). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29133 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f3c7d70152
commit
786f376f1b
7 changed files with 243 additions and 149 deletions
|
@ -491,6 +491,9 @@ enum {
|
|||
inView: (NSView*)controlView;
|
||||
- (void) _drawFocusRingWithFrame: (NSRect)cellFrame
|
||||
inView: (NSView*)controlView;
|
||||
- (void) _drawEditorWithFrame: (NSRect)cellFrame
|
||||
inView: (NSView*)controlView;
|
||||
- (void) _setInEditing: (BOOL)flag;
|
||||
- (void) _updateFieldEditor: (NSText*)textObject;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue