File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,13 @@ void weasel::StandardLayout::_PrepareRoundInfo(CDCHandle& dc) {
175
175
{true , true , true , true }}};
176
176
177
177
_textRoundInfo.IsTopLeftNeedToRound =
178
- hilite_rd_info[layout_type][_style. inline_preedit ][0 ];
178
+ hilite_rd_info[layout_type][!textHemispherical ][0 ];
179
179
_textRoundInfo.IsBottomLeftNeedToRound =
180
- hilite_rd_info[layout_type][_style. inline_preedit ][1 ];
180
+ hilite_rd_info[layout_type][!textHemispherical ][1 ];
181
181
_textRoundInfo.IsTopRightNeedToRound =
182
- hilite_rd_info[layout_type][_style. inline_preedit ][2 ];
182
+ hilite_rd_info[layout_type][!textHemispherical ][2 ];
183
183
_textRoundInfo.IsBottomRightNeedToRound =
184
- hilite_rd_info[layout_type][_style. inline_preedit ][3 ];
184
+ hilite_rd_info[layout_type][!textHemispherical ][3 ];
185
185
_textRoundInfo.Hemispherical = textHemispherical;
186
186
if (_style.vertical_text_left_to_right &&
187
187
_style.layout_type == UIStyle::LAYOUT_VERTICAL_TEXT) {
You can’t perform that action at this time.
0 commit comments