Merge "Just hide the whole window after apply button pressed"

This commit is contained in:
Nikerabbit
2012-11-21 07:21:43 +00:00
committed by Gerrit Code Review

View File

@@ -436,7 +436,7 @@
onSave: function ( success ) {
if ( success ) {
// Live ime update
this.$parent.close();
this.$parent.hide();
} else {
// FIXME failure. what to do?!
}