Skip to content

Commit

Permalink
remwroked widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 committed Dec 18, 2023
1 parent 3c09c1b commit 4cc97f6
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 178 deletions.
4 changes: 4 additions & 0 deletions src/app/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ pub struct TemplateApp {
pub opened_account: Option<File>,

//client main
pub scroll_widget_rect: egui::Rect,
pub text_widget_offset: f32,
#[serde(skip)]
pub multiline_mode: bool,
#[serde(skip)]
Expand Down Expand Up @@ -164,6 +166,8 @@ impl Default for TemplateApp {
itx,

//main
scroll_widget_rect: egui::Rect::NAN,
text_widget_offset: 0.0,
emoji_mode: false,
keymap: Input::default(),
bookmark_mode: false,
Expand Down
Loading

0 comments on commit 4cc97f6

Please sign in to comment.