|
|
@ -376,6 +376,9 @@ struct stockpiles_import_hook : public df::viewscreen_dwarfmodest
|
|
|
|
|
|
|
|
|
|
|
|
bool handleInput ( set<df::interface_key> *input )
|
|
|
|
bool handleInput ( set<df::interface_key> *input )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
if ( Gui::inRenameBuilding() )
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
|
|
|
|
df::building_stockpilest *sp = get_selected_stockpile();
|
|
|
|
df::building_stockpilest *sp = get_selected_stockpile();
|
|
|
|
if ( !sp )
|
|
|
|
if ( !sp )
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|