Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
787454df
Commit
787454df
authored
Aug 16, 2014
by
Ivica Bukvic
Browse files
*fixed discolored appearance of checkboxes in gop properties
parent
2363e2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
787454df
...
...
@@ -801,7 +801,7 @@ match_linux_wm [list frame .controls]
#
if
{
[
info
tclversion
]
>=
8.5
&&
$
pd_nt
==
0
}
{
#
ttk
::
separator
.
eyecandy
#
pack
.
eyecandy
.
controls
-
fill
x
-
expand
0
#}
else
{
#}
else
{
checkbutton
pack
.
controls
-
fill
x
-
expand
1
#}
match_linux_wm
[
list
frame
.
controls
.
switches
]
...
...
@@ -6545,12 +6545,12 @@ proc pdtk_canvas_dialog {id xscale yscale graphme x1 y1 x2 y2 \
-
textvariable
::
dialog
($
vid
:
yscale
)
-
width
10
]
pack
$
id
.
yscale
.
label
$
id
.
yscale
.
entry
-
side
left
-
padx
3
match_linux_wm
[
list
checkbutton
$
id
.
graphme
-
text
{
graph
on
parent
}
\
match_linux_wm
[
list
ttk
::
checkbutton
$
id
.
graphme
-
text
{
graph
on
parent
}
\
-
variable
::
dialog
($
vid
:
graphme
)
\
-
command
[
concat
canvas_checkcommand
$
wid
]]
pack
$
id
.
graphme
-
side
top
match_linux_wm
[
list
checkbutton
$
id
.
hidetext
\
match_linux_wm
[
list
ttk
::
checkbutton
$
id
.
hidetext
\
-
text
{
hide
object
name
and
arguments
}
\
-
variable
::
dialog
($
vid
:
hidetext
)
\
-
command
[
concat
canvas_checkcommand
$
wid
]]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment