Fixed a problem with sticky bold fonts #361

Merged
bytting merged 1 commits from master into master 2013-08-02 17:13:09 +02:00
bytting commented 2013-08-01 19:04:53 +02:00 (Migrated from github.com)

This seems to fix the problem discussed here
https://bitmessage.org/forum/index.php/topic,2804.0.html

You have to take a closer look at it before you pull though, I may not understand the depth of the problem.

This seems to fix the problem discussed here https://bitmessage.org/forum/index.php/topic,2804.0.html You have to take a closer look at it before you pull though, I may not understand the depth of the problem.
nimdahk commented 2013-08-01 19:22:36 +02:00 (Migrated from github.com)

I can't test this right now, but note that issue #248 pertains to all styles, not just bold. CSS, including color and size, will stick as well.

I can't test this right now, but note that issue #248 pertains to all styles, not just bold. CSS, including color and size, will stick as well.
bytting commented 2013-08-01 20:56:18 +02:00 (Migrated from github.com)

Yeah, some more work could be done to this patch I guess.
Ideally, we would load fonts and styles at program start, and use that as the default, rather than just creating and setting a fresh font.

Yeah, some more work could be done to this patch I guess. Ideally, we would load fonts and styles at program start, and use that as the default, rather than just creating and setting a fresh font.
This repo is archived. You cannot comment on pull requests.
No description provided.