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:
wp_xxyyzz
2018-05-02 04:49:38 +00:00
parent 06000dcd6c
commit 44ec7c690b
2 changed files with 5 additions and 1 deletions

View File

@ -452,9 +452,10 @@ msgid "Error: Failure while creating Task."
msgstr ""
#: vpsr.rsfalse
#, fuzzy
msgctxt "vpsr.rsfalse"
msgid "F"
msgstr ""
msgstr "P"
#: vpsr.rsfirstnamelbl
msgid "First name:"

View File

@ -3071,6 +3071,9 @@ var
folder: TVpNavFolder;
TR: TRect;
begin
if FActiveFolder = -1 then
exit;
{For container style folders...}
{Hide the containers for all inactive folders}