Fixed a flicker problem when the slider of layer-opacity in the state bar were used.

This commit is contained in:
David Capello 2010-03-21 21:27:13 -03:00
parent 015a4d713c
commit 782d3998c5

View File

@ -453,8 +453,6 @@ void update_screen_for_sprite(const Sprite* sprite)
update_editors_with_sprite(sprite);
}
}
statusbar_set_text(app_get_statusbar(), -1, "");
}
void gui_run()