@@ -6958,17 +6958,20 @@ SKIF_UI_Tab_DrawLibrary (void)
6958
6958
ImGui::PushStyleColor (ImGuiCol_Text, ImGui::GetStyleColorVec4 (ImGuiCol_SKIF_TextBase) * ImVec4 (0 .6f , 0 .6f , 0 .6f , 1 .0f ));
6959
6959
ImGui::PushStyleColor (ImGuiCol_FrameBg, ImColor (0 , 0 , 0 , 0 ).Value );
6960
6960
ImGui::PushStyleColor (ImGuiCol_ScrollbarBg, ImColor (0 , 0 , 0 , 0 ).Value );
6961
- ImGui::PushStyleColor (ImGuiCol_TextSelectedBg, ImColor (0 , 0 , 0 , 0 ).Value );
6961
+ // ImGui::PushStyleColor (ImGuiCol_TextSelectedBg, ImColor (0, 0, 0, 0).Value);
6962
6962
ImGui::InputTextMultiline (" ###Patrons" , patrons_.data (), patrons_.length (),
6963
6963
ImVec2 (205 .0f * SKIF_ImGui_GlobalDPIScale,
6964
6964
160 .0f * SKIF_ImGui_GlobalDPIScale),
6965
- ImGuiInputTextFlags_ReadOnly );
6966
- ImGui::PopStyleColor (4 );
6967
- ImGui::PopStyleVar (2 );
6965
+ ImGuiInputTextFlags_ReadOnly);
6966
+ ImGui::PopStyleColor (3 );
6967
+ ImGui::PopStyleVar ( );
6968
6968
6969
6969
hoveredPatCredits =
6970
6970
ImGui::IsItemActive ( ) ||
6971
6971
ImGui::IsItemHovered ( );
6972
+
6973
+ if (ImGui::IsItemActive ( ))
6974
+ allowShortcutCtrlA = false ;
6972
6975
6973
6976
ImGui::EndChild ( );
6974
6977
ImGui::PopStyleColor ( );
0 commit comments