We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4674f6c commit 8342d8fCopy full SHA for 8342d8f
masonry/src/event.rs
@@ -3,7 +3,6 @@
3
4
//! Events.
5
6
-use std::panic;
7
use std::path::PathBuf;
8
9
use vello::kurbo::Point;
masonry/src/widget/text_area.rs
@@ -488,7 +488,6 @@ impl<const EDITABLE: bool> TextArea<EDITABLE> {
488
.driver(fctx, lctx)
489
.select_byte_range(start, end);
490
this.ctx.request_render();
491
- this.ctx.request_layout();
492
}
493
494
/// Set the selection to the first instance of the given text.
masonry/src/widget/textbox.rs
@@ -105,8 +105,6 @@ impl Textbox {
105
this.widget.clip = clip;
106
this.ctx.request_layout();
107
108
-
109
- //pub fn set
110
111
112
// --- MARK: IMPL WIDGET ---
0 commit comments