From 09a7fb7123c2b1889aa42bca55e2a87ac3a2103b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 2 May 2016 13:30:24 -0400 Subject: [PATCH] Decided not to do the drag/drop for our font button; I don't know what even provides a NSFont source, but the font panel does not. --- darwin/fontbutton.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/darwin/fontbutton.m b/darwin/fontbutton.m index 71b1d706..3a61c823 100644 --- a/darwin/fontbutton.m +++ b/darwin/fontbutton.m @@ -1,8 +1,6 @@ // 14 april 2016 #import "uipriv_darwin.h" -// TODO drag and drop fonts? what other interactions does NSColorWell allow that we can do for fonts? - @interface fontButton : NSButton { uiFontButton *libui_b; NSFont *libui_font;