mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 10:07:06 +08:00
Fix STR #2473
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7998 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -96,7 +96,7 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)
|
||||
damage_range1_start = damage_range1_end = -1;
|
||||
damage_range2_start = damage_range2_end = -1;
|
||||
dragPos = dragging = 0;
|
||||
dragType = DRAG_NONE;
|
||||
dragType = DRAG_CHAR;
|
||||
display_insert_position_hint = 0;
|
||||
shortcut_ = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user