Skip to content

Commit

Permalink
blbh: continuous gui mode
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Sep 17, 2024
1 parent acbebf5 commit 69491f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/programs/blbh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ impl TabProgram for BLBHGui {
}
});

// Force continuous mode
ctx.request_repaint();

// Make it non drag-able
egui_tiles::UiResponse::None
}
Expand Down

0 comments on commit 69491f6

Please sign in to comment.