mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 09:12:44 +03:00
Fix creation of SpeedBar objects
This commit is contained in:
parent
305f1acc79
commit
ca6ac7c37e
@ -63,7 +63,7 @@ extern Class *WindowClass;
|
||||
#define RadioButtonObj NewObject(RadioButtonClass, NULL
|
||||
#define ScrollerObj NewObject(ScrollerClass, NULL
|
||||
#define SpaceObj NewObject(SpaceClass, NULL
|
||||
#define SpeedBarObj NewObject(ScrollerClass, NULL
|
||||
#define SpeedBarObj NewObject(SpeedBarClass, NULL
|
||||
#define StringObj NewObject(StringClass, NULL
|
||||
#define WindowObj NewObject(WindowClass, NULL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user