haidubogdan commented on code in PR #9240:
URL: https://github.com/apache/netbeans/pull/9240#discussion_r2936493418
##########
ide/markdown/src/org/netbeans/modules/markdown/MarkdownViewerElement.java:
##########
@@ -134,15 +144,21 @@ public void changedUpdate(DocumentEvent e) {
};
private final Task updater =
RP.create(MarkdownViewerElement.this::updateView);
+
private StyledDocument source;
+ //Font config update listener
+ private volatile boolean fontChanged = false;
Review Comment:
I don't understand. What is the alternative ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists