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 |