rustbasic

Results 84 comments of rustbasic

In the `Master` version, everything has been modified normally. It will be applied to all next versions. `cursor_range.secondary.ccursor.index == state.ime_cursor_range.secondary.ccursor.index` The reason for checking is because the characters you are...

> Have you tested this thoroughly with `test_viewports`? Yes, I tested it for a long time on Windows 10

Please check if there are any problems as follows. See Below: ``` use eframe::egui::*; fn main() -> eframe::Result { let options = eframe::NativeOptions { viewport: egui::ViewportBuilder::default() .with_inner_size([320.0, 240.0]) .with_transparent(true), ..Default::default()...

> There is no problem with the panel and font setting colors, but the window setting the background to transparent does not take effect The above source code works fine...

While it might not work well on the web because the `browser` takes `focus`, this isn't the issue with this commit. We'll need an additional commit for the `modifiers`.

If #4865 applies, this probably won't be needed.

> maybe change the function name to text_align as this only aligns the text inside the label not the label itself Yes, that would be great too. Let's wait for...

`with_inner_size()` applies `zoom_factor`. Set `zoom_factor` to 1.0. The window size is normal, but should the image be doubled (4x the width)? See #4948 for how to resize the image to...

OS: Windows 10 egui: Master Version According to the above conditions, there is no problem.

It seems like this would require using a method that skips the first frame. My opinion , this is not a bug, the monitor information provision and monitor selection features...