Fixed the GFilterTable to have the selection notification include when

the selection is cleared
This commit is contained in:
dragonmacher 2021-01-05 18:52:18 -05:00
parent 41c453c545
commit d68e9bbab8
5 changed files with 152 additions and 99 deletions

View file

@ -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