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:
parent
b6a396dd4a
commit
09a7fb7123
|
@ -1,8 +1,6 @@
|
||||||
// 14 april 2016
|
// 14 april 2016
|
||||||
#import "uipriv_darwin.h"
|
#import "uipriv_darwin.h"
|
||||||
|
|
||||||
// TODO drag and drop fonts? what other interactions does NSColorWell allow that we can do for fonts?
|
|
||||||
|
|
||||||
@interface fontButton : NSButton {
|
@interface fontButton : NSButton {
|
||||||
uiFontButton *libui_b;
|
uiFontButton *libui_b;
|
||||||
NSFont *libui_font;
|
NSFont *libui_font;
|
||||||
|
|
Loading…
Reference in New Issue