Folder Tab Container and Find Panel disappearing act

How to trigger:

  1. Start with tab position on left or right
  2. Open and shrink the Find Panel
  3. Move tab position to bottom

Button for testing:

<?xml version="1.0"?>
<button backcol="none" display="icon" label_pos="bottom" textcol="none">
	<label>New Button</label>
	<icon1>#newcommand</icon1>
	<function type="normal">
		<instruction>@if:Set TABPOSITION=below</instruction>
		<instruction>Set TABPOSITION=left</instruction>
		<instruction>@if:else</instruction>
		<instruction>Set TABPOSITION=below</instruction>
	</function>
</button>

Thanks!

Bump.

A fix for this has been written for the next release.

Sorry for the delay!