You've already forked lazarus-ccr
tvplanit: Fix list-index-out-of-bounds error of freshly created NavBar (issue #33670)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6368 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -452,9 +452,10 @@ msgid "Error: Failure while creating Task."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vpsr.rsfalse
|
#: vpsr.rsfalse
|
||||||
|
#, fuzzy
|
||||||
msgctxt "vpsr.rsfalse"
|
msgctxt "vpsr.rsfalse"
|
||||||
msgid "F"
|
msgid "F"
|
||||||
msgstr ""
|
msgstr "P"
|
||||||
|
|
||||||
#: vpsr.rsfirstnamelbl
|
#: vpsr.rsfirstnamelbl
|
||||||
msgid "First name:"
|
msgid "First name:"
|
||||||
|
@@ -3071,6 +3071,9 @@ var
|
|||||||
folder: TVpNavFolder;
|
folder: TVpNavFolder;
|
||||||
TR: TRect;
|
TR: TRect;
|
||||||
begin
|
begin
|
||||||
|
if FActiveFolder = -1 then
|
||||||
|
exit;
|
||||||
|
|
||||||
{For container style folders...}
|
{For container style folders...}
|
||||||
|
|
||||||
{Hide the containers for all inactive folders}
|
{Hide the containers for all inactive folders}
|
||||||
|
Reference in New Issue
Block a user