Code/Tools
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -31,10 +31,8 @@ namespace LUAEditor
|
||||
{
|
||||
}
|
||||
|
||||
void FoldingWidget::paintEvent(QPaintEvent* paintEvent)
|
||||
void FoldingWidget::paintEvent([[maybe_unused]] QPaintEvent* paintEvent)
|
||||
{
|
||||
paintEvent;
|
||||
|
||||
auto colors = AZ::UserSettings::CreateFind<SyntaxStyleSettings>(AZ_CRC("LUA Editor Text Settings", 0xb6e15565), AZ::UserSettings::CT_GLOBAL);
|
||||
|
||||
auto cursor = m_textEdit->textCursor();
|
||||
|
||||
Reference in New Issue
Block a user