mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Fix typo. s/brin/bring.
This commit is contained in:
@@ -555,7 +555,7 @@ void ReportDesignWidget::cut()
|
||||
activePage()->cut();
|
||||
}
|
||||
|
||||
void ReportDesignWidget::brinToFront()
|
||||
void ReportDesignWidget::bringToFront()
|
||||
{
|
||||
if (activePage())
|
||||
activePage()->bringToFront();
|
||||
|
||||
Reference in New Issue
Block a user