Add new icon for Selective Editing

The icon is a rectangular RT spot.

Switch the hand tool icon back to the normal open hand instead of the
high-contrast version.
This commit is contained in:
Lawrence Lee
2024-08-03 17:50:54 -07:00
parent 0cdabb4f2e
commit 23ec7f324e
3 changed files with 100 additions and 3 deletions

View File

@@ -27,8 +27,7 @@ ToolBar::ToolBar () : showColPickers(true), listener (nullptr), pickerListener(n
{
editingMode = false;
//handimg.reset(new RTImage("hand-open", Gtk::ICON_SIZE_LARGE_TOOLBAR));
handimg.reset(new RTImage("hand-open-hicontrast", Gtk::ICON_SIZE_LARGE_TOOLBAR));
handimg.reset(new RTImage("hand-open", Gtk::ICON_SIZE_LARGE_TOOLBAR));
editinghandimg.reset(new RTImage("crosshair-adjust", Gtk::ICON_SIZE_LARGE_TOOLBAR));
handTool = Gtk::manage (new Gtk::ToggleButton ());