1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

fix indentation

This commit is contained in:
Michael 2023-07-20 02:01:00 +02:00 committed by GitHub
parent c28c0d2a13
commit 3484059a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,10 +326,10 @@ void SelectionTab::clickDouble(const Point & cursorPosition)
void SelectionTab::showPopupWindow(const Point & cursorPosition)
{
if(!curItems.size())
if(!curItems.size())
return;
int position = getLine();
int position = getLine();
int py = position + slider->getValue();
std::string text = "{" + curItems[py]->getName() + "}\n\n" + curItems[py]->fileURI;