-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I changed the font list from a list to a set; now the number of fonts…
… is down to ~200. I'm also sorting the fonts alphabetically now. I'm still fighting several issues: 1. For some reason there's a ton of items that have the radio box "checked", even as you scroll down (I think I should investigate the code that updates the OptionItem when the setting changes, and make sure it iterates through the RecycleView's `data` instance field to update `icons` for every dict (and then probably add an `on_icon()` function that updates the widget's root.icon text to reflect this) 2. Currently I'm displaying the basename() of the font file (the filename not the path) in the GUI, but that means that I have to set this to the 'value' which is also the setting in the config file. In fact, the human readable version should be distinct from what's saved to the file (the full absolute path). I should look at adding a "human readable value" or something to my BusKillOptionItem() class 3. For some reason when you scroll-up it when you're at the top of the RecycleView, it interprets that as a click. This applies to both the "Font Face" and the Trigger" section :(
- Loading branch information
Showing
2 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters