Re: Alt-tab between windows
Posted by
Carlo-2 on
May 15, 2015; 10:55pm
URL: https://forum.world.st/Alt-tab-between-windows-tp4826593p4826620.html
On my
Pharo4.0
Latest update: #40609
Pressing Alt-Tab brings up a debugger. Debugging the method shows:
newPreviewMorph
"Answer a new preview holder."
self halt.
^ Morph new
color: Color transparent;
extent: self defaultPreviewExtent;
yourself.
On Fri, May 15, 2015 at 7:06 PM Carlo <
[hidden email]> wrote:
Removing the 'self halt' still works though.
Can you give me a little more detail about where to find this? Thanks!