mirror of https://github.com/KLayout/klayout.git
Polishing
This commit is contained in:
parent
72233dc678
commit
c9727c2e60
|
|
@ -376,6 +376,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QStackedWidget" name="gl_stack">
|
||||
<property name="currentIndex">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="page">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<property name="leftMargin">
|
||||
|
|
@ -510,7 +513,8 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="empty_label">
|
||||
<property name="text">
|
||||
<string>In order to use the 2.5d view you will need a script which generates the view.</string>
|
||||
<string>In order to use the 2.5d view you will need a script which generates the view.<br/>
|
||||
See here for more information: <a href="int:/about/25d_view.xml">The 2.5d View</a>.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
|
|
|
|||
|
|
@ -108,6 +108,9 @@ module D25
|
|||
raise("Duplicate layer argument")
|
||||
end
|
||||
layer = a
|
||||
if ! layer.data.is_a?(RBA::Region)
|
||||
raise("Expected a polygon layer")
|
||||
end
|
||||
|
||||
elsif a.is_a?(1.class) || a.is_a?(1.0.class)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue