You've already forked lazarus-ccr
SpkToolbar: Prevent mouse clicks on hidden "More options" button.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7700 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -892,7 +892,7 @@ procedure TSpkPane.MouseDown(Button: TMouseButton; Shift: TShiftState;
|
||||
X, Y: Integer);
|
||||
begin
|
||||
// Handle mouse down on 'More options' button
|
||||
if FInMoreOptionsButton then
|
||||
if FInMoreOptionsButton and FShowMoreOptionsButton then
|
||||
begin
|
||||
FMoreOptionsButtonState := mobsBtnPressed;
|
||||
// Draw the 'More options' button
|
||||
|
Reference in New Issue
Block a user