mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code.
This commit is contained in:
parent
fb29acf1fa
commit
27f1901fe6
11 changed files with 160 additions and 292 deletions
|
|
@ -507,7 +507,7 @@ bool ProjectContentComponent::reinvokeCommandAfterClosingPropertyEditors (const
|
|||
return false;
|
||||
}
|
||||
|
||||
void ProjectContentComponent::showBubbleMessage (const Point<int>& pos, const String& text)
|
||||
void ProjectContentComponent::showBubbleMessage (const Rectangle<int>& pos, const String& text)
|
||||
{
|
||||
addChildComponent (&bubbleMessage);
|
||||
bubbleMessage.setAlwaysOnTop (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue