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.

This commit is contained in:
Pietro Gagliardi 2016-05-02 13:30:24 -04:00
parent b6a396dd4a
commit 09a7fb7123
1 changed files with 0 additions and 2 deletions

View File

@ -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;