Changeset 655 in dev for trunk/ab5.0/abdev/abdev/TextEditor_ImeEvent.cpp
- Timestamp:
- Jun 18, 2008, 11:03:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/abdev/TextEditor_ImeEvent.cpp
r629 r655 21 21 CompForm.dwStyle=CFS_POINT; 22 22 pos=MdiInfo[WndNum]->pMdiTextEdit->StartCaretPos; 23 GetScrollBaseCaretPos( WndNum,(int *)&pos.x,(int *)&pos.y);23 GetScrollBaseCaretPos(MdiInfo[WndNum],(int *)&pos.x,(int *)&pos.y); 24 24 CompForm.ptCurrentPos.x=pos.x*font_width+iControlTabSpace; 25 25 CompForm.ptCurrentPos.y=pos.y*font_height; … … 63 63 CompForm.dwStyle=CFS_POINT; 64 64 pos=MdiInfo[WndNum]->pMdiTextEdit->StartCaretPos; 65 GetScrollBaseCaretPos( WndNum,(int *)&pos.x,(int *)&pos.y);65 GetScrollBaseCaretPos(MdiInfo[WndNum],(int *)&pos.x,(int *)&pos.y); 66 66 CompForm.ptCurrentPos.x=pos.x*font_width+iControlTabSpace; 67 67 CompForm.ptCurrentPos.y=pos.y*font_height;
Note:
See TracChangeset
for help on using the changeset viewer.