src/gui_editactions.cpp

changeset 243
a7c72c847634
parent 232
4e44c92e21dd
child 250
6e80f038e8df
equal deleted inserted replaced
242:d0a27d56559f 243:a7c72c847634
308 } 308 }
309 309
310 // ============================================================================= 310 // =============================================================================
311 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 311 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
312 // ============================================================================= 312 // =============================================================================
313 MAKE_ACTION (setColor, "Set Color", "palette", "Set the color on given objects.", KEY (F10)) { 313 MAKE_ACTION (setColor, "Set Color", "palette", "Set the color on given objects.", KEY (C)) {
314 if (g_win->sel ().size() <= 0) 314 if (g_win->sel ().size () <= 0)
315 return; 315 return;
316 316
317 short colnum; 317 short colnum;
318 short defcol = -1; 318 short defcol = -1;
319 319

mercurial