Searched refs:newBool (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ | ||
H A D | toolbox.cpp | 804 bool newBool = newVal.getBool(); local 807 if (!freeze && (newBool != oldBool)) { 808 gtk_toggle_action_set_active( act, newBool ); |
Completed in 14 milliseconds