mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Fixed the GFilterTable to have the selection notification include when
the selection is cleared
This commit is contained in:
parent
41c453c545
commit
d68e9bbab8
5 changed files with 152 additions and 99 deletions
|
@ -270,7 +270,7 @@ public class HTMLUtilities {
|
|||
* @param text the text to check
|
||||
* @return true if the text cannot be correctly broken into lines
|
||||
*/
|
||||
private static boolean isUnbreakableHTML(String text) {
|
||||
public static boolean isUnbreakableHTML(String text) {
|
||||
if (text.contains(HTML_SPACE) && !text.contains(" ")) {
|
||||
// this can happen if the client has called a method on this class that turns spaces
|
||||
// to the HTML_SPACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue