We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64905de commit 1dde67fCopy full SHA for 1dde67f
crates/icy_engine/src/parsers/igs/paint.rs
@@ -1497,6 +1497,7 @@ impl CommandExecutor for DrawExecutor {
1497
}
1498
IgsCommands::BellsAndWhistles => {
1499
// TODO
1500
+ Ok(CallbackAction::NoUpdate)
1501
1502
IgsCommands::ExtendedCommands => {
1503
match parameters[0] {
crates/icy_view/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "icy_view"
3
-version = "0.8.1"
+version = "0.8.2"
4
authors.workspace = true
5
edition.workspace = true
6
license.workspace = true
crates/icy_view_gui/Cargo.toml
name = "icy_view_gui"
-version = "0.8.0"
0 commit comments