Nux

Comment 2 for bug 954901

Revision history for this message
Fumihito YOSHIDA (hito) wrote :

I have a question about this patch, in L.2428, QueueRefresh(false, true) is called in original code.

When (ime_->FilterKeyEvent(event) = TRUE) :

Original Code:
    "(keysym == NUX_VK_ENTER || keysym == NUX_KP_ENTER) " case: activated.emit() + return
    "! (keysym == NUX_VK_ENTER || keysym == NUX_KP_ENTER) " case: QueueRefresh + return

This patch:
    always return. without QueueRefresh.

QueueRefresh Is really skippable?