QCodeEdit dark theme test

This commit is contained in:
2024-01-18 17:38:02 +03:00
parent b9dea57200
commit e0134b3b5e
2 changed files with 17 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ private:
QTextCursor block_start_cursor, drag_cursor;
int prev_lc, auto_comp_pl, timer_parse, timer_blink, cur_search_ind, pos_press, pos_el_press;
int cursor_width;
bool is_dark_theme = false;
bool spaces_, _ignore_focus_out, _first, _destructor, _replacing;
bool word_complete, help_visible, cursor_state, block_sel_state;
};