From: Jon A. Cruz Date: Sun, 25 Jul 2010 07:37:14 +0000 (-0700) Subject: Make icon preview seleciton stikcy by default. X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=commitdiff_plain;h=3463fa75dbfce17489b430657fecdaea2e746dd3 Make icon preview seleciton stikcy by default. --- diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index d7b93f13f..cabb13d47 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -393,7 +393,7 @@ static char const preferences_skeleton[] = " \n" " getBool("/iconpreview/selectionHold", false); + bool hold = Inkscape::Preferences::get()->getBool("/iconpreview/selectionHold", true); if ( selectionButton && selectionButton->get_active() ) { SPObject *target = (hold && !targetId.empty()) ? desktop->doc()->getObjectById( targetId.c_str() ) : 0;