fix mac RTL and app termination deadlock
This commit is contained in:
@@ -1634,7 +1634,7 @@ Here's a list of what's available in this release.
|
||||
</node>
|
||||
</border>
|
||||
<!-- toolbar -->
|
||||
<border id="toolbar" height="50" width="100%" pad="5" dir="row" color="0 0 0 0.6" mouse-capture="true">
|
||||
<border id="toolbar" height="50" width="100%" pad="5" dir="row" color="0 0 0 0.6" mouse-capture="true" rtl="ltr">
|
||||
<!--
|
||||
<button id="btn-open" width="50" height="100%" margin="0 5 0 0" text="Open"/>
|
||||
<button id="btn-save" width="50" height="100%" margin="0 5 0 0" text="Save"/>
|
||||
@@ -1736,17 +1736,17 @@ Here's a list of what's available in this release.
|
||||
</node>
|
||||
</border>
|
||||
|
||||
<scroll id="drop-left" color="0 0 0 .6" min-width="10" mouse-capture="true"/>
|
||||
<scroll id="drop-left" color="0 0 0 .6" min-width="10" mouse-capture="true" rtl="ltr"/>
|
||||
|
||||
<!--quick bar-->
|
||||
<node justify="center" align="center" dir="col">
|
||||
<node justify="center" align="center" dir="col" rtl="ltr">
|
||||
<panel-quick id="panel-quick"/>
|
||||
<node height="0" grow="1" max-height="50"/>
|
||||
</node>
|
||||
|
||||
<node id="floatings" color="0 0 0 1" width="1" grow="1" height="100%"/>
|
||||
<node id="floatings" color="0 0 0 1" width="1" grow="1" height="100%" rtl="ltr"/>
|
||||
|
||||
<scroll id="drop-right" color="0 0 0 .6" min-width="10" mouse-capture="true"/>
|
||||
<scroll id="drop-right" color="0 0 0 .6" min-width="10" mouse-capture="true" rtl="ltr"/>
|
||||
|
||||
<!-- timeline -->
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user