mirror of https://github.com/linebender/xilem
parent
4674f6c77d
commit
8342d8f3d5
|
@ -3,7 +3,6 @@
|
|||
|
||||
//! Events.
|
||||
|
||||
use std::panic;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use vello::kurbo::Point;
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -105,8 +105,6 @@ impl Textbox {
|
|||
this.widget.clip = clip;
|
||||
this.ctx.request_layout();
|
||||
}
|
||||
|
||||
//pub fn set
|
||||
}
|
||||
|
||||
// --- MARK: IMPL WIDGET ---
|
||||
|
|
Loading…
Reference in New Issue