//! Stay-in-drawing mode button.
//!
//! When enabled, the drawing tool remains active after completing
//! a drawing, allowing continuous drawing without reselecting the tool.
use crateicons;
use crateDrawingToolbarAction;
use cratedraw_tool_button;
use Ui;
/// Keep Drawing / Stay in Drawing Mode button.
;