Use frame instead of visibleRect (#3043)

This commit is contained in:
Mads Marquart 2023-08-24 22:52:11 +02:00 committed by GitHub
parent 9979441c82
commit 68ef9f707e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -44,9 +44,6 @@ extern_methods!(
// _mtm: MainThreadMarker,
) -> Option<Id<NSTextInputContext>>;
#[method(visibleRect)]
pub fn visibleRect(&self) -> NSRect;
#[method(hasMarkedText)]
pub fn hasMarkedText(&self) -> bool;