diff options
| author | Richard Linden <none@none> | 2012-02-07 12:31:48 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2012-02-07 12:31:48 -0800 |
| commit | d56be1f1751f66bff09f0d223ed4712974e69e09 (patch) | |
| tree | d751fa370bd2ddb7073b8c2bd960157d22f814ca /indra/llwindow/llwindowwin32.cpp | |
| parent | ba32b72a9eea3ded3ee09675cc56670e618f652e (diff) | |
EXP-1181 WIP as a designer I would like to specify default floater positions using realtive coordinates
refactored LLCoord code to be templated, ultimately to support arbitrary conversions
Diffstat (limited to 'indra/llwindow/llwindowwin32.cpp')
| -rw-r--r-- | indra/llwindow/llwindowwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp index 67d1a168e6..a245986433 100644 --- a/indra/llwindow/llwindowwin32.cpp +++ b/indra/llwindow/llwindowwin32.cpp @@ -3328,7 +3328,7 @@ void LLWindowWin32::setLanguageTextInput( const LLCoordGL & position ) LLWinImm::setCompositionWindow( himc, &ime_form ); - sWinIMEWindowPosition.set( win_pos.mX, win_pos.mY ); + sWinIMEWindowPosition = win_pos; } LLWinImm::releaseContext(mWindowHandle, himc); |
