Fluid: fix indent

This commit is contained in:
Matthias Melcher
2026-06-28 01:59:45 +02:00
parent c86d001b59
commit 76abcf1739
2 changed files with 5143 additions and 1 deletions
+5142
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -381,7 +381,7 @@ void Image_Asset::write_code(fluid::io::Code_Writer& f, int bind, const char *va
+ (inactive ? "deimage" : "image") + "( "
+ initializer_function_ + "() );\n");
if (is_animated_gif_)
f.write_c(f.indent(1) + "((Fl_Anim_GIF_Image*)("
f.write_c(f.indent() + "((Fl_Anim_GIF_Image*)("
+ initializer_function_ + "()))->canvas("
+ var + ", Fl_Anim_GIF_Image::DONT_RESIZE_CANVAS);\n");
}