kamilfb / mqtt-spy

Please use the new Eclipse Paho GitHub repo instead.
https://github.com/eclipse/paho.mqtt-spy/wiki
345 stars 68 forks source link

Text in "Data" fields is blurred #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Put something into the "Data" field for publications or receive a message on an 
active subscription so that the "Data" field gets populated.

In either case, the text is blurred. 

Each field is defined as a JavaFx TextArea.

Original issue reported on code.google.com by kamil.ba...@gmail.com on 30 Jun 2014 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed in 0.0.6 by using the StyleClassedTextArea (RichTextFX) instead of 
TextArea.

Original comment by kamil.ba...@gmail.com on 24 Aug 2014 at 4:42