This commit is contained in:
Kovid Goyal 2020-03-19 17:22:58 +05:30
parent cfe9b408ce
commit e2339697b9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -789,6 +789,7 @@ handle_delete_command(GraphicsManager *self, const GraphicsCommand *g, Cursor *c
#undef D #undef D
#undef I #undef I
} }
if (!self->image_count && self->count) self->count = 0;
} }
// }}} // }}}