This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
oui-blendish
mirror of
https://github.com/VCVRack/oui-blendish.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
state validation on GetFocusedItem() destroyed state
pull/1/head
Leonard Ritter
10 years ago
parent
22ef68fd18
commit
3fdef9c99e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
oui.h
+ 0
- 1
oui.h
View File
@@ -970,7 +970,6 @@ static void uiValidateStateItems() {
int uiGetFocusedItem() {
assert(ui_context);
uiValidateStateItems();
return ui_context->focus_item;
}
Write
Preview
Loading…
Cancel
Save