X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDispatchResult.h;h=21dfa4f92bd018dcb44d45e3f9be3b71da36a50f;hb=f3ee4a0a493fa96be99f5bbc7ee9de00a5f69b34;hp=687e55c8fded3a02ec562a846b97e66d73269dc3;hpb=5520817bd37ee2e17ea2cc64dec2a50cc0386144;p=lyx.git diff --git a/src/DispatchResult.h b/src/DispatchResult.h index 687e55c8fd..21dfa4f92b 100644 --- a/src/DispatchResult.h +++ b/src/DispatchResult.h @@ -63,12 +63,12 @@ public: void forceBufferUpdate() { need_buf_update_ = true; } /// Clear the flag indicating we need an update void clearBufferUpdate() { need_buf_update_ = false; } - /// + /// Do we need to display a message in the status bar? bool needMessageUpdate() const { return need_msg_update_; } - /// Force the buffer to be updated + /// Force the message to be displayed void forceMessageUpdate() { need_msg_update_ = true; } - /// Clear the flag indicating we need an update - void suppressMessageUpdate() { need_msg_update_ = false; } + /// Clear the flag indicating we need to display the message + void clearMessageUpdate() { need_msg_update_ = false; } private: /// was the event fully dispatched?