Skip to content
Snippets Groups Projects
Commit 93ea8afe authored by Alexei Arabadji's avatar Alexei Arabadji
Browse files

fixed EXT-6858 Corrupted timestamp for system notification about CAPSLOCK is on

Removed useless sending notification "CapsKeyOn" since it doesn't fit actual design;

reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/277/

--HG--
branch : product-engine
parent 85e47b0c
No related branches found
No related tags found
No related merge requests found
...@@ -1007,7 +1007,7 @@ void LLPanelLogin::onPassKey(LLLineEditor* caller, void* user_data) ...@@ -1007,7 +1007,7 @@ void LLPanelLogin::onPassKey(LLLineEditor* caller, void* user_data)
{ {
if (gKeyboard->getKeyDown(KEY_CAPSLOCK) && sCapslockDidNotification == FALSE) if (gKeyboard->getKeyDown(KEY_CAPSLOCK) && sCapslockDidNotification == FALSE)
{ {
LLNotificationsUtil::add("CapsKeyOn"); // *TODO: use another way to notify user about enabled caps lock, see EXT-6858
sCapslockDidNotification = TRUE; sCapslockDidNotification = TRUE;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment