Skip to content

Commit 74f6ca5

Browse files
committed
2 parents 1af3f14 + 9a2d498 commit 74f6ca5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
## Installation
1313
* `haxeui-hxwidgets` requires **at least Haxe 3.4.0**.
1414
* `haxeui-hxwidgets` has a dependency to <a href="https://github.com/haxeui/haxeui-core">`haxeui-core`</a>, and so that too must be installed.
15-
* `haxeui-hxwidgets` also has a dependency to <a href="https://github.com/haxeui/hxWidgets">hxWidgets</a> (the `wxWidgets` Haxe externs), please refer to the installation instructions on their <a href="https://github.com/haxeui/hxWidgets">site</a>.
16-
* You will also need a copy of the `wxWidgets` libraries which can be obtained <a href="https://www.wxwidgets.org/downloads">here</a>. The easiest way to install and setup the libraries is to follow the instructions <a href="https://github.com/haxeui/hxWidgets#hxwidgets">here</a>.
17-
15+
* `haxeui-hxwidgets` also has a dependency to <a href="https://github.com/haxeui/hxWidgets">hxWidgets</a> (the `wxWidgets` Haxe externs), please refer to the installation instructions <a href="https://github.com/haxeui/hxWidgets">here</a>.
16+
1817
Installation of the haxeui can be performed by using haxelib, you will need a the haxeui-core haxelib as well as the haxeui-hxwidgets backend:
1918
```
2019
haxelib install haxeui-core

haxe/ui/backend/hxwidgets/behaviours/ControlMin.hx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class ControlMin extends DataBehaviour {
2626
if (_component == null || _component.window == null) {
2727
return 0;
2828
}
29-
return cast(_component.window, Slider).min;
3029

3130
var v:Variant = null;
3231
if ((_component.window is Slider)) {

0 commit comments

Comments
 (0)