Skip to content

Commit

Permalink
remove 10 candidate words limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Aug 16, 2011
1 parent 52431af commit ecd26da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ime-core/imi_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class CIMIView {

void setHotkeyProfile(CHotkeyProfile *prof) { m_pHotkeyProfile = prof; }
void setCandiWindowSize(unsigned size) {
m_candiWindowSize = size < 10 ? size : 10;
m_candiWindowSize = size;
}

CHotkeyProfile* getHotkeyProfile() { return m_pHotkeyProfile; }
Expand Down

0 comments on commit ecd26da

Please sign in to comment.