mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
fix indentation
This commit is contained in:
parent
c28c0d2a13
commit
3484059a40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user