Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
928 stars 209 forks source link

Changing font size does not immediately change the size of tags in the view #3861

Open xusheng6 opened 1 year ago

xusheng6 commented 1 year ago

Version and Platform (required):

Bug Description: When we change the view font size (ui.font.view.size), the font size of the disassembly text changes properly. But the size of the tags are not changed accordingly. The tag size will be fine after we restart Binary Ninja.

Steps To Reproduce: Please provide all steps required to reproduce the behavior:

  1. Open a binary
  2. Add a tag/bookmark
  3. Open settings
  4. Change ui.font.view.size
  5. Observe the size of the tag remain unchanged

Expected Behavior: The size of the tag changes accordingly, immediately after the font size change.

Screenshots:

Screenshot 2023-02-03 at 5 23 52 PM

xusheng6 commented 1 year ago

Related to #2581 and #3641