Can you share a more complete snippet or test case? On Fri, Jun 21, 2019 at 9:51 AM Muchey <[email protected]> wrote:
> Using this for a button sets the button's format to look like a hyperlink. > > > submit.getSelectedStyle().setTextDecoration(Style.TEXT_DECORATION_UNDERLINE); > > Problem now is deleting this line off does not return button to its normal > format. > > ALL BUTTONS on the form now takes the hyperlink look! Without the presence > of this line in any of the classes, like it was cached. > > Setting to this does nothing. > > submit.getSelectedStyle().setTextDecoration(Style.TEXT_DECORATION_NONE); > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at > https://groups.google.com/group/codenameone-discussions. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/558c8110-3a5e-432a-b229-89c6c87fe49d%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/558c8110-3a5e-432a-b229-89c6c87fe49d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKUXEci-qMOCGj10NnF7R09a6UfORgMu5Wv0hs9dB6FvjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
