Nux

Merge lp:~wenjoseph/nux/fix-for-bug-737740 into lp:nux

Proposed by Joseph Wen
Status: Merged
Merged at revision: 306
Proposed branch: lp:~wenjoseph/nux/fix-for-bug-737740
Merge into: lp:nux
Diff against target: 11 lines (+1/-0)
1 file modified
Nux/TextEntry.cpp (+1/-0)
To merge this branch: bzr merge lp:~wenjoseph/nux/fix-for-bug-737740
Reviewer Review Type Date Requested Status
Jay Taoko (community) Approve
Review via email: mp+54932@code.launchpad.net

Description of the change

This branch fixed bug #737740

To post a comment you must log in.
Revision history for this message
Jay Taoko (jaytaoko) wrote :

Works great! Approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Nux/TextEntry.cpp'
2--- Nux/TextEntry.cpp 2011-03-24 00:34:03 +0000
3+++ Nux/TextEntry.cpp 2011-03-25 21:18:32 +0000
4@@ -1971,6 +1971,7 @@
5 {
6 cursor_ = cursor;
7 cursor_moved_ = true;
8+ cursor_moved.emit (cursor);
9 }
10
11 //ResetImContext();

Subscribers

People subscribed via source and target branches