[Lazarus] Just curious: Source Editor's caption changes at runtime (Linux/GTK2/KDE)
Bart
bartjunk64 at gmail.com
Mon Oct 24 15:51:01 CEST 2011
On 10/24/11, Martin <lazarus at mfriebe.de> wrote:
> angel brackets <> ? Not round ones () ?
Yes, angle brackets indeed.
> Maybe you have a project, or project default or something that wants 2
> Source-Editors? So that would cause it to be named "SourceEditor (2)"
> round brackets.
I don't think that is the case.
It happens on newly created projects too.
> old.hide
> new.create / new.show
> old.destroy
I think my WM still detects the hidden window.
If I am the only one "suffering" from this then: never mind.
Otherwise we could do:
old.hide
old.caption := ''
new.create
new.show
old.free
Bart
More information about the Lazarus
mailing list