mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
slintpad: Move into tools/slintpad (#2435)
* Add "slintpad" to cspell white list for all languages * Mention online_editor to slintpad rename in CHANGELOG * Move tools/online_editor into tools/slintpad * Update github actions accordingly Co-authored-by: Olivier Goffart <olivier@woboq.com>
This commit is contained in:
parent
9124d8ffa2
commit
de0dc20e5b
54 changed files with 55 additions and 53 deletions
|
@ -201,7 +201,7 @@ impl BuiltinFunction {
|
|||
BuiltinFunction::ColorBrighter | BuiltinFunction::ColorDarker => true,
|
||||
// ImageSize is pure, except when loading images via the network. Then the initial size will be 0/0 and
|
||||
// we need to make sure that calls to this function stay within a binding, so that the property
|
||||
// notification when updating kicks in. Only the online editor (wasm-interpreter) loads images via the network,
|
||||
// notification when updating kicks in. Only Slintpad (wasm-interpreter) loads images via the network,
|
||||
// which is when this code is targeting wasm.
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
BuiltinFunction::ImageSize => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue