Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
dc8ef908
Commit
dc8ef908
authored
Sep 20, 2013
by
Ivica Bukvic
Browse files
cosmetic fixes
parent
d7274e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
dc8ef908
...
...
@@ -2458,11 +2458,11 @@ proc pdtk_canvas_new {name width height geometry editable} {
wm
resizable
$
name
$::
resize
($
name
)
$::
resize
($
name
)
wm
attributes
$
name
-
topmost
$::
topmost
($
name
)
if
{[
info
tclversion
]
>=
8.5
&&
$
pd_nt
==
0
}
{
if
{$::
menu
($
name
)
==
1
}
{
#
if
{[
info
tclversion
]
>=
8.5
&&
$
pd_nt
==
0
}
{
#
if
{$::
menu
($
name
)
==
1
}
{
#
ttk
::
separator
$
name
.
eyecandy
}
}
#
}
#
}
if
{
$
k12_mode
==
1
}
{
#
K
-
12
menu
...
...
@@ -2775,11 +2775,11 @@ proc pdtk_canvas_new {name width height geometry editable} {
#
pdtk_standardkeybindings
$
name
.
c
if
{[
info
tclversion
]
>=
8.5
&&
$
pd_nt
==
0
}
{
if
{$::
menu
($
name
)
==
1
}
{
#
if
{[
info
tclversion
]
>=
8.5
&&
$
pd_nt
==
0
}
{
#
if
{$::
menu
($
name
)
==
1
}
{
#
pack
$
name
.
eyecandy
$
name
.
c
-
fill
x
-
expand
0
}
}
#
}
#
}
#
match_linux_wm
[
list
scrollbar
$
name
.
scrollvert
-
command
"$name.c yview"
]
#
match_linux_wm
[
list
scrollbar
$
name
.
scrollhort
-
command
"$name.c xview"
\
...
...
Write
Preview
Supports
Markdown
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