Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2025-02-17 05:39:10



Reply to topic  [ 2 posts ] 
Keyboard shortcuts in the gesture menu are glitched [Patch] 
Author Message

Joined: 2024-09-07 16:52:39
Posts: 3
Reply with quote
When viewing gestures in the gesture floater I noticed that when I sorted by key that the buttons were all incorrect. The seemed to be "bleeding" into each-other. I looked into the code and found that a singular variable wasn't being reset properly. I simply added a singular line in the offending block and this fixed the issue.
All I did was insert the following on line 198:
Code:
buffer = "";

diff:
Code:
--- linden/indra/newview/llfloatergesture.cpp
+++ linden-patched/indra/newview/llfloatergesture.cpp
@@ -195,6 +195,7 @@
          }
          else
          {
+            buffer = "";
             key_string = LLKeyboard::stringFromKey(gesture->mKey);
             if (gesture->mMask & MASK_ALT)
             {




2024-12-20 01:55:51
Profile

Joined: 2009-03-17 18:42:51
Posts: 5915
Reply with quote
Thank you. Your fix will be part of next release.

EDIT: I added you to the credits in the About floater, using your forum login name ("MagicCraftMaster"). Let me know if you want another name than this one to be listed instead.


2024-12-20 07:16:22
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.