mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
draw after changing/adding dict chars -- this may be the final step
required to be able to render a board.
This commit is contained in:
parent
5a555b11b0
commit
ea6ad877ca
1 changed files with 4 additions and 0 deletions
|
@ -606,6 +606,10 @@ public class BoardCanvas extends Canvas implements DrawCtx {
|
|||
m_activity.runOnUiThread( new Runnable() {
|
||||
public void run() {
|
||||
m_dictChars = XwJNI.dict_getChars( dictPtr );
|
||||
// draw again
|
||||
if ( null != m_jniThread ) {
|
||||
m_jniThread.handle( JNIThread.JNICmd.CMD_DRAW );
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue