[PD-dev] [ pure-data-Patches-2510152 ] useless dummy canvas in pd main window ?

SourceForge.net noreply at sourceforge.net
Thu Jan 15 17:54:36 CET 2009


Patches item #2510152, was opened at 2009-01-15 16:18
Message generated for change (Comment added) made by oskude
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: useless dummy canvas in pd main window ?

Initial Comment:
there is a line:
canvas .dummy -height 2p -width 6c
in pd.tk (u_main.tk). for what is it needed ?

as at least on linux the pd main window doesnt look "nice" when the dummy canvas is in (see attached screenshot, comparing with and without the dummy canvas)

if its not needed:
129d128
< canvas .dummy -height 2p -width 6c
132c131
< pack .controls .dummy -side top -fill x
---
> pack .controls -side top -fill x


----------------------------------------------------------------------

Comment By: oskude (oskude)
Date: 2009-01-15 17:54

Message:
hmm,

i forgot to login, and now i can add only a comment but no files ?
well, heres the patch in comment then...

--- pd/src/u_main.tk	2009-01-15 15:25:41.000000000 +0100
+++ pd-work/src/u_main.tk	2009-01-15 15:40:26.000000000 +0100
@@ -126,10 +126,9 @@
 # the menus are instantiated here for the main window
 # for the patch windows, they are created by pdtk_canvas_new
 menu .mbar
-canvas .dummy -height 2p -width 6c
 
 frame .controls
-pack .controls .dummy -side top -fill x
+pack .controls -side top -fill x
 menu .mbar.file -tearoff $pd_tearoff
 .mbar add cascade -label "File" -menu .mbar.file
 menu .mbar.find -tearoff $pd_tearoff


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2510152&group_id=55736




More information about the Pd-dev mailing list