fix a few compile issues after rebase

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-03-11 10:55:15 -07:00
parent 8467de2b5d
commit 2e991a9aa5
4 changed files with 19 additions and 16 deletions

View File

@@ -324,7 +324,7 @@ impl<'a, 'd> PostView<'a, 'd> {
if let PostType::Quote(id) = self.post_type {
let avail_size = ui.available_size_before_wrap();
ui.with_layout(Layout::left_to_right(egui::Align::TOP), |ui| {
context_selection = Frame::none()
context_selection = Frame::NONE
.show(ui, |ui| {
ui.vertical(|ui| {
ui.set_max_width(avail_size.x * 0.8);