Remove cruft from #841 (#846)

This commit is contained in:
Olivier FAURE 2025-01-22 16:14:34 +00:00 committed by GitHub
parent 4674f6c77d
commit 8342d8f3d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@
//! Events.
use std::panic;
use std::path::PathBuf;
use vello::kurbo::Point;

View File

@ -488,7 +488,6 @@ impl<const EDITABLE: bool> TextArea<EDITABLE> {
.driver(fctx, lctx)
.select_byte_range(start, end);
this.ctx.request_render();
this.ctx.request_layout();
}
/// Set the selection to the first instance of the given text.

View File

@ -105,8 +105,6 @@ impl Textbox {
this.widget.clip = clip;
this.ctx.request_layout();
}
//pub fn set
}
// --- MARK: IMPL WIDGET ---