haxeui / haxeui-core

The core library of the HaxeUI framework
http://haxeui.org
MIT License
343 stars 71 forks source link

idk how to fix #645

Closed LeonGamerPS1 closed 3 hours ago

LeonGamerPS1 commented 4 hours ago

Expected Behavior

Current Behavior

C:/haxelib/haxeui-core/git/haxe/ui/containers/Panel.hx:46: characters 30-40 : Field set_height overrides parent class with different or incomplete type
C:/haxelib/haxeui-core/git/haxe/ui/backend/ComponentBase.hx:972: characters 32-42 : ... Base field is defined here
C:/haxelib/haxeui-core/git/haxe/ui/containers/Panel.hx:46: characters 30-40 : ... error: Null<Float> should be Float
C:/haxelib/haxeui-core/git/haxe/ui/containers/Panel.hx:46: characters 30-40 : ... have: (...) -> Null<...>
C:/haxelib/haxeui-core/git/haxe/ui/containers/Panel.hx:46: characters 30-40 : ... want: (...) -> Float

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Media

Test app / minimal test case

Context

Your Environment

ianharrigan commented 3 hours ago

oh, i think i just broke this with the latest commit two secs

ianharrigan commented 3 hours ago

Right, should be fixed now - you'll need to pull latest again - my bad - should have tested on a static haxe target before committing... 🤦‍♂️

LeonGamerPS1 commented 3 hours ago

thank