From 6fbfaba19d0a2d2dc7080e450d5055ff19ac89e1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 15 Feb 2023 15:24:25 +0100 Subject: Move class Fl_Shortcut_Button from FLUID to core (#677) (#680) --- fluid/function_panel.fl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index cbe505ccc..0607f6d82 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -23,7 +23,7 @@ comment {// decl {\#include "fluid.h"} {private local } -decl {\#include "Shortcut_Button.h"} {private global +decl {\#include "custom_widgets.h"} {selected private global } decl {\#include "pixmaps.h"} {private local @@ -496,7 +496,7 @@ Function {make_comment_panel()} {open xywh {370 250 80 20} labelsize 11 hotspot } Fl_Button comment_panel_cancel { - label Cancel selected + label Cancel xywh {460 250 80 20} shortcut 0xff1b labelsize 11 } Fl_Box {} { -- cgit v1.2.3