Skip to content

Commit

Permalink
gui: fix bookmark entries being black in dark mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 7, 2024
1 parent dfd6310 commit 1868ce4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/multivnc.wxg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- generated by wxGlade 1.0.4 on Sun Oct 6 10:22:28 2024 -->
<!-- generated by wxGlade 1.0.4 on Mon Oct 7 10:38:41 2024 -->

<application encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="C++" mark_blocks="1" option="1" overwrite="1" path="." source_extension=".cpp" top_window="frame_main" use_gettext="1" use_new_namespace="1">
<object class="FrameMain" name="frame_main" base="EditFrame">
Expand Down Expand Up @@ -407,7 +407,6 @@
<handler event="EVT_LISTBOX_DCLICK">listbox_bookmarks_dclick</handler>
</events>
<id>ID_LISTBOX_BOOKMARKS</id>
<foreground>#000000</foreground>
<style>wxLB_SINGLE|wxLB_HSCROLL|wxLB_NEEDED_SB</style>
<selection>-1</selection>
<choices>
Expand Down

0 comments on commit 1868ce4

Please sign in to comment.